xserver-kdrive: Add some extra configure options and LDFLAGS (from OE). I'm not sure why we suddenly need them but they make it compile.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@393 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-05-22 11:30:41 +00:00
parent ce6cc8a656
commit b1391d0173

View File

@@ -64,4 +64,5 @@ S = "${WORKDIR}/xserver"
inherit autotools pkgconfig
EXTRA_OECONF = "--enable-composite --disable-xinerama"
LDFLAGS += " -lXfont -lXdmcp -lXau "
EXTRA_OECONF = "--enable-static=no --disable-static --enable-composite --disable-xinerama"