From 0e66f936a03e3bb19a86784e0b01cd0bf5f0f22f Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 11 Apr 2016 05:51:16 +0700 Subject: [PATCH] cogl: Enable EGL. Signed-off-by: Willy Sudiarto Raharjo --- cogl/cogl.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cogl/cogl.SlackBuild b/cogl/cogl.SlackBuild index 358ae3f..dbca87c 100644 --- a/cogl/cogl.SlackBuild +++ b/cogl/cogl.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=cogl VERSION=${VERSION:-1.22.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_csb} if [ -z "$ARCH" ]; then @@ -81,6 +81,7 @@ CXXFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --disable-static \ + --enable-kms-egl-platform \ --build=$ARCH-slackware-linux make