]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-kdrive: Add some extra configure options and LDFLAGS (from OE). I'm not sure...
authorRichard Purdie <richard@openedhand.com>
Mon, 22 May 2006 11:30:41 +0000 (11:30 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 22 May 2006 11:30:41 +0000 (11:30 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@393 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/xserver/xserver-kdrive_20050207.bb

index 2379c251b23ef64ceb8c763a12d4468349e637f7..bef7caec57d533db8677cd454470d2b9682c55fd 100644 (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"