diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 13:48:40 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 13:48:40 +0800 |
commit | 51fd65c0f91e9b091b0586a892f810289070931c (patch) | |
tree | 757b5f98e81bc63ca0c8414e93970378ca4301e7 /graphics | |
parent | 5c8deb83238594c0e559cf89f0caadbcad3463bc (diff) | |
download | marcuscom-ports-51fd65c0f91e9b091b0586a892f810289070931c.tar marcuscom-ports-51fd65c0f91e9b091b0586a892f810289070931c.tar.gz marcuscom-ports-51fd65c0f91e9b091b0586a892f810289070931c.tar.bz2 marcuscom-ports-51fd65c0f91e9b091b0586a892f810289070931c.tar.lz marcuscom-ports-51fd65c0f91e9b091b0586a892f810289070931c.tar.xz marcuscom-ports-51fd65c0f91e9b091b0586a892f810289070931c.tar.zst marcuscom-ports-51fd65c0f91e9b091b0586a892f810289070931c.zip |
Update cogl to 1.18.2. Enable egl, it is needed by mutter.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19946 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cogl/Makefile | 5 | ||||
-rw-r--r-- | graphics/cogl/pkg-plist | 28 |
2 files changed, 5 insertions, 28 deletions
diff --git a/graphics/cogl/Makefile b/graphics/cogl/Makefile index d516e2320..21bd45116 100644 --- a/graphics/cogl/Makefile +++ b/graphics/cogl/Makefile @@ -18,10 +18,11 @@ CONFLICTS= clutter-1.6.[0-9]* USES= gettext gmake libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_GNOME= gdkpixbuf2 gnomeprefix atk pango introspection:build -USE_GL= gl +USE_GL= gl egl USE_XORG= x11 xfixes xdamage xcomposite xi xrandr USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-x +CONFIGURE_ARGS= --with-x \ + --enable-xlib-egl-platform=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip diff --git a/graphics/cogl/pkg-plist b/graphics/cogl/pkg-plist index c86009c27..07a08d994 100644 --- a/graphics/cogl/pkg-plist +++ b/graphics/cogl/pkg-plist @@ -13,6 +13,8 @@ include/cogl/cogl/cogl-defines.h include/cogl/cogl/cogl-deprecated.h include/cogl/cogl/cogl-depth-state.h include/cogl/cogl/cogl-display.h +include/cogl/cogl/cogl-egl-defines.h +include/cogl/cogl/cogl-egl.h include/cogl/cogl/cogl-enum-types.h include/cogl/cogl/cogl-error.h include/cogl/cogl/cogl-euler.h @@ -172,29 +174,3 @@ share/locale/vi/LC_MESSAGES/cogl.mo share/locale/zh_CN/LC_MESSAGES/cogl.mo share/locale/zh_HK/LC_MESSAGES/cogl.mo share/locale/zh_TW/LC_MESSAGES/cogl.mo -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/km/LC_MESSAGES -@dirrmtry share/locale/km -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/an/LC_MESSAGES -@dirrmtry share/locale/an -@dirrmtry share/cogl/examples-data -@dirrmtry share/cogl -@dirrm include/cogl/cogl/gl-prototypes -@dirrm include/cogl/cogl/deprecated -@dirrm include/cogl/cogl-path -@dirrm include/cogl/cogl -@dirrm include/cogl/cogl-pango -@dirrm include/cogl |