diff options
Diffstat (limited to 'package/x11r7/xdriver_xf86-video-cyrix')
3 files changed, 0 insertions, 57 deletions
diff --git a/package/x11r7/xdriver_xf86-video-cyrix/Config.in b/package/x11r7/xdriver_xf86-video-cyrix/Config.in deleted file mode 100644 index c473337ae..000000000 --- a/package/x11r7/xdriver_xf86-video-cyrix/Config.in +++ /dev/null @@ -1,12 +0,0 @@ -config BR2_PACKAGE_XDRIVER_XF86_VIDEO_CYRIX - bool "xf86-video-cyrix" - select BR2_PACKAGE_XSERVER_XORG_SERVER - select BR2_PACKAGE_XPROTO_FONTSPROTO - select BR2_PACKAGE_XPROTO_RANDRPROTO - select BR2_PACKAGE_XPROTO_RENDERPROTO - select BR2_PACKAGE_XPROTO_XEXTPROTO - select BR2_PACKAGE_XPROTO_XF86DGAPROTO - select BR2_PACKAGE_XPROTO_XPROTO - help - xf86-video-cyrix 1.1.0 - Cyrix video driver diff --git a/package/x11r7/xdriver_xf86-video-cyrix/xdriver_xf86-video-cyrix-1.1.0-cross-compile.patch b/package/x11r7/xdriver_xf86-video-cyrix/xdriver_xf86-video-cyrix-1.1.0-cross-compile.patch deleted file mode 100644 index 09b371273..000000000 --- a/package/x11r7/xdriver_xf86-video-cyrix/xdriver_xf86-video-cyrix-1.1.0-cross-compile.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- a/configure 2006-04-07 14:48:07.000000000 -0400 -+++ b/configure 2008-06-23 11:09:35.000000000 -0400 -@@ -20264,28 +20264,8 @@ echo "$as_me: Building with package name - as_ac_File=`echo "ac_cv_file_$prefix/share/X11/sgml/defs.ent" | $as_tr_sh` - echo "$as_me:$LINENO: checking for $prefix/share/X11/sgml/defs.ent" >&5 - echo $ECHO_N "checking for $prefix/share/X11/sgml/defs.ent... $ECHO_C" >&6 --if eval "test \"\${$as_ac_File+set}\" = set"; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- test "$cross_compiling" = yes && -- { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 --echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} -- { (exit 1); exit 1; }; } --if test -r "$prefix/share/X11/sgml/defs.ent"; then -- eval "$as_ac_File=yes" --else -- eval "$as_ac_File=no" --fi --fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 --if test `eval echo '${'$as_ac_File'}'` = yes; then -- DEFS_ENT_PATH=$prefix/share/X11/sgml --else - DEFS_ENT_PATH= - --fi -- - - # Extract the first word of "linuxdoc", so it can be a program name with args. - set dummy linuxdoc; ac_word=$2 diff --git a/package/x11r7/xdriver_xf86-video-cyrix/xdriver_xf86-video-cyrix.mk b/package/x11r7/xdriver_xf86-video-cyrix/xdriver_xf86-video-cyrix.mk deleted file mode 100644 index 2510d3122..000000000 --- a/package/x11r7/xdriver_xf86-video-cyrix/xdriver_xf86-video-cyrix.mk +++ /dev/null @@ -1,14 +0,0 @@ -################################################################################ -# -# xdriver_xf86-video-cyrix -- Cyrix video driver -# -################################################################################ - -XDRIVER_XF86_VIDEO_CYRIX_VERSION = 1.1.0 -XDRIVER_XF86_VIDEO_CYRIX_SOURCE = xf86-video-cyrix-$(XDRIVER_XF86_VIDEO_CYRIX_VERSION).tar.bz2 -XDRIVER_XF86_VIDEO_CYRIX_SITE = http://xorg.freedesktop.org/releases/individual/driver -XDRIVER_XF86_VIDEO_CYRIX_AUTORECONF = NO -XDRIVER_XF86_VIDEO_CYRIX_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_xextproto xproto_xf86dgaproto xproto_xproto -XDRIVER_XF86_VIDEO_CYRIX_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install - -$(eval $(call AUTOTARGETS,package/x11r7,xdriver_xf86-video-cyrix)) |