gpsd 2.28: Stop from using X headers from /usr/include by passing in the X
authorJamie Lenehan <lenehan@twibble.org>
Sun, 28 May 2006 04:03:38 +0000 (04:03 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 28 May 2006 04:03:38 +0000 (04:03 +0000)
include and library directory to the configure script. Closes bug #1039.

packages/gpsd/gpsd.inc
packages/gpsd/gpsd_2.28.bb

index 830385c..e23167c 100644 (file)
@@ -4,6 +4,9 @@ PRIORITY = "optional"
 LICENSE = "GPL"
 DEPENDS = "dbus-0.23.4 ncurses"
 
+EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11  \
+               --x-libraries=${STAGING_LIBDIR}"
+
 SRC_URI = "http://download.berlios.de/gpsd/gpsd-${PV}.tar.gz \
        file://gpsd"
 
index cd5e223..7556782 100644 (file)
@@ -1,2 +1,2 @@
 include gpsd.inc
-
+PR = "r1"