diff options
author | makc <makc@FreeBSD.org> | 2014-02-20 20:02:29 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-02-20 20:02:29 +0800 |
commit | fb068c69bcfcc7f62e60ba006863761249f3c399 (patch) | |
tree | 5239ed11affd9425ac8e5881eeb95eae533137f6 /x11/kde4-workspace | |
parent | fdf537129817b58142e5126d6685aa37ff8f302f (diff) | |
download | freebsd-ports-gnome-fb068c69bcfcc7f62e60ba006863761249f3c399.tar.gz freebsd-ports-gnome-fb068c69bcfcc7f62e60ba006863761249f3c399.tar.zst freebsd-ports-gnome-fb068c69bcfcc7f62e60ba006863761249f3c399.zip |
x11/kde4-workspace: make GLES support really optional
Diffstat (limited to 'x11/kde4-workspace')
-rw-r--r-- | x11/kde4-workspace/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index 8e77fad96253..4b8cac6de42a 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/Makefile @@ -76,6 +76,7 @@ OPTIONS_SUB= yes # GPS GLES GLES_DESC= OpenGL ES 2.0 support in kwin and kinfocenter GLES_USE= GL=egl,glesv2 +GLES_CMAKE_OFF= -DWITH_OpenGLES=off GPS_DESC= GPS geolocation via gpsd GPS_LIB_DEPENDS= libgps.so:${PORTSDIR}/astro/gpsd |