[packages/CEGUI] Rel 11; fix build
arekm
arekm at pld-linux.org
Thu Jul 17 15:45:06 CEST 2025
commit 4acc28341486017184f398c82dfdd42bb6f84cc3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu Jul 17 15:44:45 2025 +0200
Rel 11; fix build
CEGUI.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/CEGUI.spec b/CEGUI.spec
index a9593e9..9e2c1f5 100644
--- a/CEGUI.spec
+++ b/CEGUI.spec
@@ -10,7 +10,7 @@ Summary: CEGUI - a free library providing windowing and widgets
Summary(pl.UTF-8): CEGUI - wolnodostępna biblioteka zapewniającą okienka i widgety
Name: CEGUI
Version: 0.8.7
-Release: 10
+Release: 11
License: LGPL v2.1+ (with MIT parts)
Group: Libraries
Source0: http://downloads.sourceforge.net/crayzedsgui/cegui-%{version}.tar.bz2
@@ -470,6 +470,8 @@ Wiązania Pythona do biblioteki CEGUI OpenGLRenderer.
install -d build
cd build
%cmake .. \
+ -DPYTHON_EXECUTABLE=%{_python} \
+ -DBoost_INCLUDE_DIR=%{_includedir}/boost \
-DCEGUI_SAMPLES_ENABLED:BOOL=%{?with_samples:ON}%{!?with_samples:OFF} \
-DCEGUI_BUILD_RENDERER_DIRECTFB:BOOL=%{?with_directfb:ON}%{!?with_directfb:OFF} \
-DCEGUI_BUILD_RENDERER_OPENGL:BOOL=%{?with_opengl:ON}%{!?with_opengl:OFF} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/CEGUI.git/commitdiff/4acc28341486017184f398c82dfdd42bb6f84cc3
More information about the pld-cvs-commit
mailing list