summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-01-17 20:28:13 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-01-17 20:28:13 +0800
commit7a7085a9f3b819d3e9dac00786b322fe271ee387 (patch)
tree7c55ae0d3ed2f779a2a5aaeaa085237d9af5ff48
parent7e787e8e4173844333d68decadb87b5b254d0e7d (diff)
downloadxorg-devel-ports-7a7085a9f3b819d3e9dac00786b322fe271ee387.tar
xorg-devel-ports-7a7085a9f3b819d3e9dac00786b322fe271ee387.tar.gz
xorg-devel-ports-7a7085a9f3b819d3e9dac00786b322fe271ee387.tar.bz2
xorg-devel-ports-7a7085a9f3b819d3e9dac00786b322fe271ee387.tar.lz
xorg-devel-ports-7a7085a9f3b819d3e9dac00786b322fe271ee387.tar.xz
xorg-devel-ports-7a7085a9f3b819d3e9dac00786b322fe271ee387.tar.zst
xorg-devel-ports-7a7085a9f3b819d3e9dac00786b322fe271ee387.zip
Add USE_LDCONFIG, and make sure 2.7.1 gets all the patches applied.
Submitted by: sylvio@ git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@354 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--x11-drivers/xf86-video-intel/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-drivers/xf86-video-intel/Makefile b/x11-drivers/xf86-video-intel/Makefile
index 071a248..8620b64 100644
--- a/x11-drivers/xf86-video-intel/Makefile
+++ b/x11-drivers/xf86-video-intel/Makefile
@@ -16,6 +16,7 @@ COMMENT= Driver for Intel integrated graphics chipsets
ONLY_FOR_ARCHS= amd64 i386
USE_GL= gl
+USE_LDCONFIG= yes
XORG_CAT= driver
USE_XORG= xvmc xineramaproto xextproto x11 xf86driproto glproto
MAN4= intel.4x
@@ -37,15 +38,15 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-src_ch7017_ch7017.c \
${PATCHDIR}/extra-src_i810_driver.c \
${PATCHDIR}/extra-src_i915_hwmc.c \
${PATCHDIR}/extra-src_i810_hwmc.c \
- ${PATCHDIR}/extra-src_i915_render.c
+ ${PATCHDIR}/extra-src_i915_render.c \
${PATCHDIR}/extra-src_i810_video.c \
- ${PATCHDIR}/extra-src_i965_render.c
+ ${PATCHDIR}/extra-src_i965_render.c \
${PATCHDIR}/extra-src_i830_dri.c \
- ${PATCHDIR}/extra-src_ivch_ivch.c
+ ${PATCHDIR}/extra-src_ivch_ivch.c \
${PATCHDIR}/extra-src_i830_driver.c \
- ${PATCHDIR}/extra-src_sil164_sil164.c
+ ${PATCHDIR}/extra-src_sil164_sil164.c \
${PATCHDIR}/extra-src_i830_dvo.c \
- ${PATCHDIR}/extra-src_tfp410_tfp410.c
+ ${PATCHDIR}/extra-src_tfp410_tfp410.c \
${PATCHDIR}/extra-src_i830_i2c.c \
${PATCHDIR}/extra-uxa_uxa-priv.h
.endif