diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-07-16 00:51:18 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-07-16 00:51:18 +0800 |
commit | c79ca8a304224a3c8c46b9b26cd2e25d146457cc (patch) | |
tree | 2a668e4d11a8bd5b1d61fd3e58aabbd0f973fa3e | |
parent | 2425a42206236f4e6cb37ab1152a53fbef9a5f2e (diff) | |
download | marcuscom-ports-c79ca8a304224a3c8c46b9b26cd2e25d146457cc.tar marcuscom-ports-c79ca8a304224a3c8c46b9b26cd2e25d146457cc.tar.gz marcuscom-ports-c79ca8a304224a3c8c46b9b26cd2e25d146457cc.tar.bz2 marcuscom-ports-c79ca8a304224a3c8c46b9b26cd2e25d146457cc.tar.lz marcuscom-ports-c79ca8a304224a3c8c46b9b26cd2e25d146457cc.tar.xz marcuscom-ports-c79ca8a304224a3c8c46b9b26cd2e25d146457cc.tar.zst marcuscom-ports-c79ca8a304224a3c8c46b9b26cd2e25d146457cc.zip |
Fix build in clean env.
Submitted by: lantw44
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19775 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/cogl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cogl/Makefile b/graphics/cogl/Makefile index b1bc7fab0..d516e2320 100644 --- a/graphics/cogl/Makefile +++ b/graphics/cogl/Makefile @@ -19,7 +19,7 @@ USES= gettext gmake libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_GNOME= gdkpixbuf2 gnomeprefix atk pango introspection:build USE_GL= gl -USE_XORG= x11 xfixes xdamage xcomposite xi +USE_XORG= x11 xfixes xdamage xcomposite xi xrandr USE_LDCONFIG= yes CONFIGURE_ARGS= --with-x CPPFLAGS+= -I${LOCALBASE}/include |