diff options
author | tnn <tnn> | 2009-07-09 13:14:24 +0000 |
---|---|---|
committer | tnn <tnn> | 2009-07-09 13:14:24 +0000 |
commit | 9acc51115387151ba5d1cf278dc551ea158aceda (patch) | |
tree | 17f1cb6c521e2ac31d37124262f48f515c9be25a /x11/modular-xorg-server | |
parent | 3c4f1f8b65c0b8cdd35c0b80b616da9bb0ff225e (diff) | |
download | pkgsrc-9acc51115387151ba5d1cf278dc551ea158aceda.tar.gz |
--enable-install-libxf86config. Most drivers still won't build w/o this.
Bump PKGREVISION for PLIST change.
Diffstat (limited to 'x11/modular-xorg-server')
-rw-r--r-- | x11/modular-xorg-server/Makefile | 4 | ||||
-rw-r--r-- | x11/modular-xorg-server/PLIST | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/x11/modular-xorg-server/Makefile b/x11/modular-xorg-server/Makefile index 759ee8e7f7b..6e5b87bcc59 100644 --- a/x11/modular-xorg-server/Makefile +++ b/x11/modular-xorg-server/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.47 2009/07/08 17:55:59 hasso Exp $ +# $NetBSD: Makefile,v 1.48 2009/07/09 13:14:24 tnn Exp $ # DISTNAME= xorg-server-1.6.2 PKGNAME= modular-${DISTNAME} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=xserver/} EXTRACT_SUFX= .tar.bz2 @@ -63,6 +64,7 @@ CONFIGURE_ARGS+= --disable-xsdl CONFIGURE_ARGS+= --disable-xfbdev CONFIGURE_ARGS+= --disable-kbd_mode # deprecated CONFIGURE_ARGS+= --disable-xorgcfg # deprecated +CONFIGURE_ARGS+= --enable-install-libxf86config # needed by some drivers CONFIGURE_ARGS+= --with-int10=x86emu diff --git a/x11/modular-xorg-server/PLIST b/x11/modular-xorg-server/PLIST index f3bd69534e0..8915f74977d 100644 --- a/x11/modular-xorg-server/PLIST +++ b/x11/modular-xorg-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2009/07/08 17:55:59 hasso Exp $ +@comment $NetBSD: PLIST,v 1.15 2009/07/09 13:14:24 tnn Exp $ bin/X bin/Xnest bin/Xorg @@ -126,6 +126,8 @@ include/xorg/xf86DDC.h include/xorg/xf86Modes.h include/xorg/xf86Module.h include/xorg/xf86Opt.h +include/xorg/xf86Optrec.h +include/xorg/xf86Parser.h include/xorg/xf86Pci.h include/xorg/xf86PciInfo.h include/xorg/xf86Priv.h @@ -158,6 +160,7 @@ include/xorg/xserver-properties.h include/xorg/xvdix.h include/xorg/xvmcext.h lib/X11/Options +lib/libxf86config.a lib/pkgconfig/xorg-server.pc lib/xorg/modules/extensions/libdbe.la ${PLIST.dri}lib/xorg/modules/extensions/libdri.la |