lirc 0.7.1: added X11 dependencies, moved X11 stuff to lirc-x - close #330
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sun, 20 Nov 2005 22:10:48 +0000 (22:10 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 20 Nov 2005 22:10:48 +0000 (22:10 +0000)
- for !sa1100 devices X11 libs are used if available during build
  so I added all needed deps (taken from package)
- X11 utils moved into lirc-x package which make "lirc" depend only on libc and libgcc

packages/lirc/lirc_0.7.1.bb

index c865002..08e0372 100644 (file)
@@ -3,8 +3,8 @@ SECTION = "console/network"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 LICENSE = "GPL"
-DEPENDS = "virtual/kernel"
-PR = "r2"
+DEPENDS = "virtual/kernel libx11 libxau libsm ice"
+PR = "r3"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/lirc/lirc-${PV}.tar.gz \
       file://lircd.init file://lircmd.init"
@@ -33,3 +33,6 @@ do_install_append() {
         cp -pPR ${S}/remotes ${D}${datadir}/lirc/
 }
 
+PACKAGES =+ "lirc-x"
+
+FILES_lirc-x = "${bindir}/irxevent ${bindir}/xmode2"