* Makefile.am contained a -I$(includedir) which is bogus and has now been
patched out. This prevented building on my X86_64 machine.
--- /dev/null
+--- libxsettings-client-0.16/Makefile.am.orig 2006-01-17 16:01:21.000000000 +0000
++++ libxsettings-client-0.16/Makefile.am 2006-01-17 16:01:30.000000000 +0000
+@@ -3,7 +3,7 @@
+ source_h = xsettings-client.h xsettings-common.h
+ source_c = xsettings-client.c xsettings-common.c
+
+-INCLUDES = -I $(includedir) $(X_CFLAGS)
++INCLUDES = $(X_CFLAGS)
+
+ libxsincludedir = $(includedir)
+
PRIORITY = "optional"
DEPENDS = "libxsettings x11"
MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
+PR="r1"
inherit autotools pkgconfig gpe
-SRC_URI = "${GPE_MIRROR}/libxsettings-client-${PV}.tar.bz2"
+SRC_URI = "${GPE_MIRROR}/libxsettings-client-${PV}.tar.bz2 \
+ file://Makefile-am.patch;patch=1"
headers = "xsettings-client.h xsettings-common.h"