]> git.pld-linux.org Git - packages/DirectFB-extra.git/commitdiff
- updated for 0.9.21
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 11 Jan 2005 21:42:56 +0000 (21:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DirectFB-extra-acfix.patch -> 1.4

DirectFB-extra-acfix.patch

index 738074de09e99c7300f4d9e6a899bcea21e5c621..80891512e41b37efc19acb38dbed5026c00192bd 100644 (file)
  fi
  AM_CONDITIONAL(ENABLE_DEBUG, test "x$enable_debug" = xyes)
  
-@@ -123,6 +121,8 @@
- # Imlib2 check
- #
-+AC_ARG_ENABLE(imlib2, [  --disable-imlib2     disable imlib2 plugin [default=yes]],, enable_imlib2=yes)
-+if test "x$enable_imlib2" = xyes ; then
- AC_PATH_PROG(IMLIB2_CONFIG, imlib2-config, no)
- if test "x$IMLIB2_CONFIG" = xno; then
-   AC_MSG_WARN([*** Imlib2 library not found, building without Imlib2 support ***])
-@@ -135,13 +135,17 @@
- AC_SUBST(IMLIB2_LIBS)
- AC_SUBST(IMLIB2_INCLUDES)
--
-+else
-+      imlib2=no
-+fi
- AM_CONDITIONAL(IMLIB2, test "x$imlib2" = xyes)
- #
- # OpenQuicktime check
- #
-+AC_ARG_ENABLE(openquicktime, [  --disable-openquicktime     disable openquicktime plugin [default=yes]],, enable_openquicktime=yes)
-+if test "x$enable_openquicktime" = xyes ; then
- AC_CHECK_LIB(openquicktime, quicktime_open, openquicktime="yes", openquicktime="no")
- if test "x$openquicktime" = xyes; then
-   OPENQUICKTIME_LIBS="-lopenquicktime"
-@@ -155,7 +159,9 @@
- fi 
- AC_SUBST(OPENQUICKTIME_LIBS)
--
-+else
-+      openquicktime=no
-+fi
- AM_CONDITIONAL(OPENQUICKTIME, test "x$openquicktime" = xyes)
 @@ -223,7 +229,10 @@
  # Honor aclocal flags
  ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
This page took 0.092202 seconds and 4 git commands to generate.