[arch-commits] Commit in wxgtk/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Tue Feb 17 23:30:21 UTC 2009


    Date: Tuesday, February 17, 2009 @ 18:30:21
  Author: eric
Revision: 27254

Removed --enable-mediactrl option. The package isn't compiled with it (see FS#11756)

Modified:
  wxgtk/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-17 15:53:34 UTC (rev 27253)
+++ PKGBUILD	2009-02-17 23:30:21 UTC (rev 27254)
@@ -20,7 +20,7 @@
 build() {
   cd ${srcdir}/wxGTK-${pkgver}
   ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl --enable-unicode \
-	  --enable-graphics_ctx --enable-mediactrl --with-gnomeprint --disable-optimize || return 1
+	  --enable-graphics_ctx --with-gnomeprint --disable-optimize || return 1
   make || return 1
   make -C locale allmo || return 1
   make DESTDIR=${pkgdir} install || return 1




More information about the arch-commits mailing list