summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/package/x11r7/xdriver_xf86-video-suncg6
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/buildroot/package/x11r7/xdriver_xf86-video-suncg6')
-rw-r--r--cleopatre/buildroot/package/x11r7/xdriver_xf86-video-suncg6/Config.in10
-rw-r--r--cleopatre/buildroot/package/x11r7/xdriver_xf86-video-suncg6/xdriver_xf86-video-suncg6.mk14
2 files changed, 24 insertions, 0 deletions
diff --git a/cleopatre/buildroot/package/x11r7/xdriver_xf86-video-suncg6/Config.in b/cleopatre/buildroot/package/x11r7/xdriver_xf86-video-suncg6/Config.in
new file mode 100644
index 0000000000..e0d6c50fab
--- /dev/null
+++ b/cleopatre/buildroot/package/x11r7/xdriver_xf86-video-suncg6/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNCG6
+ bool "xf86-video-suncg6"
+ 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_XPROTO
+ help
+ xf86-video-suncg6 1.1.0
+ GX/Turbo GX video driver
diff --git a/cleopatre/buildroot/package/x11r7/xdriver_xf86-video-suncg6/xdriver_xf86-video-suncg6.mk b/cleopatre/buildroot/package/x11r7/xdriver_xf86-video-suncg6/xdriver_xf86-video-suncg6.mk
new file mode 100644
index 0000000000..af7b317a97
--- /dev/null
+++ b/cleopatre/buildroot/package/x11r7/xdriver_xf86-video-suncg6/xdriver_xf86-video-suncg6.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# xdriver_xf86-video-suncg6 -- GX/Turbo GX video driver
+#
+################################################################################
+
+XDRIVER_XF86_VIDEO_SUNCG6_VERSION = 1.1.0
+XDRIVER_XF86_VIDEO_SUNCG6_SOURCE = xf86-video-suncg6-$(XDRIVER_XF86_VIDEO_SUNCG6_VERSION).tar.bz2
+XDRIVER_XF86_VIDEO_SUNCG6_SITE = http://xorg.freedesktop.org/releases/individual/driver
+XDRIVER_XF86_VIDEO_SUNCG6_AUTORECONF = NO
+XDRIVER_XF86_VIDEO_SUNCG6_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_xproto
+XDRIVER_XF86_VIDEO_SUNCG6_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
+
+$(eval $(call AUTOTARGETS,package/x11r7,xdriver_xf86-video-suncg6))