Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk - always include <xorg-config.h> for DIX components



details:   https://anonhg.NetBSD.org/src/rev/97f3694c8201
branches:  trunk
changeset: 758993:97f3694c8201
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Nov 23 09:49:30 2010 +0000

description:
- always include <xorg-config.h> for DIX components
- update stuff to xorg-server 1.9.2

diffstat:

 share/mk/bsd.x11.mk |  14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diffs (54 lines):

diff -r bbdc8cc4aa54 -r 97f3694c8201 share/mk/bsd.x11.mk
--- a/share/mk/bsd.x11.mk       Tue Nov 23 09:30:43 2010 +0000
+++ b/share/mk/bsd.x11.mk       Tue Nov 23 09:49:30 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.x11.mk,v 1.91 2010/11/23 00:02:20 mrg Exp $
+#      $NetBSD: bsd.x11.mk,v 1.92 2010/11/23 09:49:30 mrg Exp $
 
 .include <bsd.init.mk>
 
@@ -45,7 +45,8 @@
                        ${X11FLAGS.PERVASIVE_EXTENSION}
 
 X11FLAGS.DIX=          -DHAVE_DIX_CONFIG_H -D_BSD_SOURCE -DHAS_FCHOWN \
-                       -DHAS_STICKY_DIR_BIT -D_POSIX_THREAD_SAFE_FUNCTIONS
+                       -DHAS_STICKY_DIR_BIT -D_POSIX_THREAD_SAFE_FUNCTIONS \
+                       -DHAVE_XORG_CONFIG_H
 X11INCS.DIX=           -I${X11INCSDIR}/freetype2  \
                        -I${X11INCSDIR}/pixman-1 \
                        -I$(X11SRCDIR.xorg-server)/include \
@@ -59,7 +60,8 @@
                        -I$(X11SRCDIR.xorg-server)/miext/damage \
                        -I$(X11SRCDIR.xorg-server)/render \
                        -I$(X11SRCDIR.xorg-server)/randr \
-                       -I$(X11SRCDIR.xorg-server)/fb
+                       -I$(X11SRCDIR.xorg-server)/fb \
+                       -I$(X11SRCDIR.xorg-server)/../include
 .else
 X11FLAGS.EXTENSION=    -DMITMISC -DXTEST -DXTRAP -DXSYNC -DXCMISC -DXRECORD \
                        -DMITSHM -DBIGREQS -DXF86MISC -DDBE -DDPMSExtension \
@@ -128,13 +130,13 @@
 .if ${X11FLAVOUR} == "Xorg"
 XVENDORNAMESHORT=      '"X.Org"'
 XVENDORNAME=           '"The X.Org Foundation"'
-XORG_RELEASE=          '"Release 1.6.5"'
+XORG_RELEASE=          '"Release 1.9.2"'
 __XKBDEFRULES__=       '"xorg"'
 XLOCALE.DEFINES=       -DXLOCALEDIR=\"${X11LIBDIR}/locale\" \
                        -DXLOCALELIBDIR=\"${X11LIBDIR}/locale\"
 
 # XXX oh yeah, fix me later
-XORG_VERSION_CURRENT="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)"
+XORG_VERSION_CURRENT="(((1) * 10000000) + ((9) * 100000) + ((2) * 1000) + 0)"
 .endif
 
 PRINT_PACKAGE_VERSION= awk '/^PACKAGE_VERSION=/ {                      \
@@ -288,6 +290,8 @@
                s,@xkb_base@,\\$$\{libdir\}/X11/xkb,; \
                s,@xcbincludedir@,\\$$\{prefix\}/include/xcb,; \
                s,@fontrootdir@,\\$$\{libdir\}/X11/fonts,; \
+               s,@LIBXML2_LIBS@,,; \
+               s,@ICONV_LIBS@,,; \
                s,@NEEDED@,," \
                -e "s,@moduledir@,\\$$\{libdir\}/modules,; \
                s,@sdkdir@,\\$$\{includedir\}/xorg,; \



Home | Main Index | Thread Index | Old Index