]> git.pld-linux.org Git - packages/ClanLib.git/commitdiff
- explicitly disable DirectFB - doesn't build with 0.9.12
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Oct 2002 16:42:12 +0000 (16:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsolete libpng 1.2.2 hack

Changed files:
    ClanLib.spec -> 1.72

ClanLib.spec

index 7c8ce8dba6ca510e357c2bf7b384ac800002c637..4710c2906b59cd9c1893aed15873372e525c2c07 100644 (file)
@@ -10,6 +10,8 @@ Source0:      http://dark.x.dtu.dk/~mbn/clanlib/download/download-japj/%{name}-%{vers
 Patch0:                %{name}-OPT.patch
 Patch1:                %{name}-config.patch
 URL:           http://www.clanlib.org/
+# doesn't build with 0.9.12
+#BuildRequires:        DirectFB-devel = 0.9.9
 BuildRequires: Hermes-devel >= 1.3.1
 BuildRequires: OpenGL-devel
 BuildRequires: XFree86-devel
@@ -167,9 +169,6 @@ potrzebne do kompilacji program
 # note: rtti is needed --- ClanLib uses exceptions!
 %{__aclocal}
 %{__autoconf}
-if [ -f %{_pkgconfigdir}/libpng12.pc ] ; then
-       CFLAGS="%{rpmcflags} `pkg-config libpng12 --cflags`"; CXXFLAGS="$CFLAGS"
-fi
 %configure \
        --enable-static \
        --enable-shared \
@@ -191,7 +190,9 @@ fi
        --enable-vidmode \
        --enable-vorbis \
        --enable-x11 \
-       --disable-lua   # broken
+       --disable-lua \
+       --disable-directfb
+# lua is broken, DirectFB too fresh?
 
 # not functional right now
 # in fact - non existenz in actual configure...
This page took 0.035061 seconds and 4 git commands to generate.