Fix driver build after pixman changes.
This commit is contained in:
parent
1339e57485
commit
fef4c7a6f1
|
@ -618,6 +618,8 @@ XEXT_LIB='$(top_builddir)/Xext/libXext.la'
|
||||||
XEXTXORG_LIB='$(top_builddir)/Xext/libXextbuiltin.la'
|
XEXTXORG_LIB='$(top_builddir)/Xext/libXextbuiltin.la'
|
||||||
|
|
||||||
PIXMAN="[pixman-1 >= 0.9.4]"
|
PIXMAN="[pixman-1 >= 0.9.4]"
|
||||||
|
PKG_CHECK_MODULES(PIXMAN, $PIXMAN)
|
||||||
|
AC_SUBST(PIXMAN_CFLAGS)
|
||||||
|
|
||||||
dnl Core modules for most extensions, et al.
|
dnl Core modules for most extensions, et al.
|
||||||
REQUIRED_MODULES="[randrproto >= 1.2] renderproto [fixesproto >= 4.0] [damageproto >= 1.1] xcmiscproto xextproto [xproto >= 7.0.9] xtrans [scrnsaverproto >= 1.1] bigreqsproto resourceproto fontsproto [inputproto >= 1.4.2] [kbproto >= 1.0.3]"
|
REQUIRED_MODULES="[randrproto >= 1.2] renderproto [fixesproto >= 4.0] [damageproto >= 1.1] xcmiscproto xextproto [xproto >= 7.0.9] xtrans [scrnsaverproto >= 1.1] bigreqsproto resourceproto fontsproto [inputproto >= 1.4.2] [kbproto >= 1.0.3]"
|
||||||
|
|
|
@ -8,5 +8,5 @@ sdkdir=@sdkdir@
|
||||||
Name: xorg-server
|
Name: xorg-server
|
||||||
Description: Modular X.Org X Server
|
Description: Modular X.Org X Server
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Cflags: -I${sdkdir}
|
Cflags: -I${sdkdir} @PIXMAN_CFLAGS@
|
||||||
Libs: -L${libdir}
|
Libs: -L${libdir}
|
||||||
|
|
Loading…
Reference in New Issue