Require imlib2 >= 1.2.0.

SVN revision: 13447
This commit is contained in:
Kim Woelders 2005-02-20 17:24:35 +00:00
parent 1dd39871be
commit 6fe5eac4e2
2 changed files with 4 additions and 0 deletions

View File

@ -134,6 +134,9 @@ fi
LDFLAGS="$LDFLAGS -L$prefix/lib"
PKG_CHECK_MODULES(IMLIB2, imlib2 >= 1.2.0, have_imlib2=yes,
AC_MSG_ERROR(["Imlib2 version >= 1.2.0 not found."])
)
IMLIB_LIBS=`imlib2-config --libs`
IMLIB_CFLAGS=`imlib2-config --cflags`
AC_SUBST(IMLIB_LIBS)

1
e.spec
View File

@ -14,6 +14,7 @@ Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Obsoletes: enlightenment < 0.16.8
Requires: imlib2 >= 1.2.0
%description
Enlightenment is a window manager for the X Window System that