Skip to content

Commit

Permalink
cegui07: drop unused python/python-devel in *depends.
Browse files Browse the repository at this point in the history
  • Loading branch information
TinfoilSubmarine committed Aug 12, 2022
1 parent ecb9fdd commit f90f229
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions srcpkgs/cegui07/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# Template file for 'cegui07'
pkgname=cegui07
version=0.7.9
revision=8
revision=9
wrksrc="CEGUI-${version}"
build_style=gnu-configure
configure_args="--disable-samples"
make_build_args="all html"
hostmakedepends="automake dejavu-fonts-ttf doxygen glm graphviz libtool
pkg-config python"
pkg-config"
makedepends="boost-devel devil-devel freeimage-devel freetype-devel
fribidi-devel glfw-devel libxml2-devel lua51-devel minizip-devel ois-devel
pcre-devel silly-devel tinyxml-devel toluapp-devel
$(vopt_if irrlicht 'irrlicht-devel')
$(vopt_if python 'python-devel')"
$(vopt_if irrlicht 'irrlicht-devel')"
depends="cegui07-data"
short_desc="Crazy Eddie's Graphical User Interface (0.7.x)"
maintainer="Orphaned <orphan@voidlinux.org>"
Expand All @@ -21,18 +20,10 @@ homepage="http://cegui.org.uk/"
distfiles="${SOURCEFORGE_SITE}/crayzedsgui/CEGUI%20Mk-2/${version}/CEGUI-${version}.tar.gz"
checksum=7c3b264def08b46de749c2acaba363e907479d924612436f3bd09da2e474bb8c

build_options="irrlicht python"
build_options="irrlicht"
desc_option_irrlicht="Enable support for Irrlicht"
build_options_default="irrlicht"

if [ -z "$CROSS_BUILD" ]; then
# XXX: boost-python is not available when cross building
build_options_default+=" python"
fi

# Make configure find python and freetype2
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/python2.7"

pre_configure() {
# Silence doxygen
sed -i doc/doxygen/Makefile.am \
Expand Down

0 comments on commit f90f229

Please sign in to comment.