pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gemrb: cmake variable USE_SDL2 has been changed to SDL_BACKEND
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Mon Dec 18 08:24:45 2017 +0200
Changeset: b2fd0dde2bf570d10e316394813970012a34007b
Modified Files:
gemrb/Makefile
Log Message:
gemrb: cmake variable USE_SDL2 has been changed to SDL_BACKEND
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b2fd0dde2bf570d10e316394813970012a34007b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gemrb/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/gemrb/Makefile b/gemrb/Makefile
index 9b8c0e87cf..073d0a56bf 100644
--- a/gemrb/Makefile
+++ b/gemrb/Makefile
@@ -23,7 +23,7 @@ CMAKE_ARGS+= -DINSOURCEBUILD=1
CMAKE_ARGS+= -DMAN_DIR:PATH=${PREFIX}/${PKGMANDIR}/man6
CMAKE_ARGS+= -DEXAMPLE_CONF_DIR:PATH=${PREFIX}/share/examples/gemrb
CMAKE_ARGS+= -DCMAKE_SKIP_RPATH:BOOL=FALSE
-CMAKE_ARGS+= -DUSE_SDL2:BOOL=TRUE
+CMAKE_ARGS+= -DSDL_BACKEND:STRING=SDL2
CFLAGS+= -Wl,-R${PREFIX}/lib/gemrb
CXXFLAGS+= -Wl,-R${PREFIX}/lib/gemrb
Home |
Main Index |
Thread Index |
Old Index