summaryrefslogtreecommitdiff
path: root/package/xf86dga
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-11-22 16:08:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-11-22 16:08:36 +0100
commitc111f14db1b4558ebf5b2e894315c8e5217bf6fc (patch)
treec0c325248db1d0c1bb763880a178536fd09564e6 /package/xf86dga
parentd8cb09edc83a200d5c4f73ce3f0b312de7342b53 (diff)
make bulk build on Debian/lenny x86 complete
- fix some menu descriptions - fix gcc package compile
Diffstat (limited to 'package/xf86dga')
-rw-r--r--package/xf86dga/Config.in2
-rw-r--r--package/xf86dga/Makefile6
2 files changed, 4 insertions, 4 deletions
diff --git a/package/xf86dga/Config.in b/package/xf86dga/Config.in
index f5a0a936b..551ab02cc 100644
--- a/package/xf86dga/Config.in
+++ b/package/xf86dga/Config.in
@@ -1,5 +1,5 @@
config ADK_PACKAGE_XF86DGA
- prompt "xf86dga................................ X library"
+ prompt "xf86dga.............................. X library"
tristate
default n
help
diff --git a/package/xf86dga/Makefile b/package/xf86dga/Makefile
index cdb417476..70e0d5e39 100644
--- a/package/xf86dga/Makefile
+++ b/package/xf86dga/Makefile
@@ -11,8 +11,8 @@ PKG_SITES:= ${MASTER_SITE_XORG}
include $(TOPDIR)/mk/package.mk
-CONFIGURE_STYLE= gnu
-BUILD_STYLE= auto
-INSTALL_STYLE= auto confprog
+CONFIGURE_STYLE:= gnu
+BUILD_STYLE:= auto
+INSTALL_STYLE:= auto
include ${TOPDIR}/mk/pkg-bottom.mk