1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

- explicit option WITH_IMLIB

Ths eliminates autodetections problems
Feature safe:	yes
This commit is contained in:
Dirk Meyer 2011-11-24 06:00:08 +00:00
parent 64061112c4
commit 69e5cf72e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286337

View File

@ -30,7 +30,8 @@ OPTIONS= SPLASH "Show splash on startup" on \
LIBRSVG2 "Build with librsvg-2 support" on \
LIBEXIF "Build with libexif support" on \
MPLAYER "Build with Mplayer support" on \
LIBXINE "Build with Xine support" off
LIBXINE "Build with Xine support" off \
IMLIB "Build with imlib instead of gdk-pixbuf" off
USE_GNOME= gtk20
USE_XORG= xinerama ice
@ -51,10 +52,9 @@ CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.if ${HAVE_GNOME:Mimlib}!=""
.if defined(WITH_IMLIB)
USE_GNOME+= imlib
PKGNAMESUFFIX= -imlib
WITH_IMLIB= yes
CONFIGURE_ARGS+= --disable-gdk-pixbuf
.endif