Hi all, in order to compile correctly the xf86-video-glamo we need to
change some parameters on the xorg-server 1.4.2-r11 pkg-config file.
1. There's no Requirement entry for pixman-1 but xorg-server uses it for
building.
2. The CFLAGS/LIBS is relative to the sdk var, but it isnt set, i have
no idea why, but changing it fixed the compilation of the driver.
--- xorg-server.orig 2009-03-01 13:23:32.000000000 +0100
+++ xorg-server.pc 2009-03-01 13:22:54.000000000 +0100
@@ -3,10 +3,11 @@
libdir=/usr/lib
includedir=/usr/include
moduledir=/usr/lib/xorg/modules
-sdkdir=
+sdkdir=/usr/include/xorg
Name: xorg-server
Description: Modular X.Org X Server
+Requires: pixman-1
Version: 1.3.0.0
Cflags: -I${sdkdir}
Libs: -L${libdir}
_______________________________________________
devel mailing list
devel@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/devel