diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-13 08:33:03 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-13 08:33:03 +0000 |
commit | 766bcfec2de0c472ae0f80644b891c52fb838fbc (patch) | |
tree | 331bcd7368a4da45b0b6a23e10140c2ea36c0e20 | |
parent | f405da1066659317ca46c5a092b163bfbdceada2 (diff) |
avahi-ui: hack to get libavahi-ui built and packaged
-rw-r--r-- | packages/avahi/avahi-ui_0.6.21.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/avahi/avahi-ui_0.6.21.bb b/packages/avahi/avahi-ui_0.6.21.bb new file mode 100644 index 0000000000..1159b8ead4 --- /dev/null +++ b/packages/avahi/avahi-ui_0.6.21.bb @@ -0,0 +1,20 @@ +require avahi.inc +PR = "r0" + +DEPENDS += "avahi gtk+" + +SRC_URI += "file://dbus-pre-1.1.1-support.patch;patch=1" +AVAHI_GTK = "--enable-gtk" + +S = "${WORKDIR}/avahi-${PV}" + +do_stage() { + install -d ${STAGING_INCDIR}/avahi-ui + cp ${S}/avahi-ui/*.h ${STAGING_INCDIR}/avahi-ui/ + oe_libinstall -C avahi-ui -a -so libavahi-ui ${STAGING_LIBDIR} +} + +PACKAGES = "${PN} ${PN}-dbg" + +FILES_${PN} = "${libdir}/libavahi-ui*.so.*" +FILES_${PN}-dbg = "${libdir}/.debug/libavah-ui*" |