aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-driver/xf86-video-sis_0.10.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-driver/xf86-video-sis_0.10.0.bb')
-rw-r--r--recipes/xorg-driver/xf86-video-sis_0.10.0.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/xorg-driver/xf86-video-sis_0.10.0.bb b/recipes/xorg-driver/xf86-video-sis_0.10.0.bb
new file mode 100644
index 0000000000..dc083b3e88
--- /dev/null
+++ b/recipes/xorg-driver/xf86-video-sis_0.10.0.bb
@@ -0,0 +1,11 @@
+require xorg-driver-video.inc
+
+DESCRIPTION = "X.Org X server -- SiS display driver"
+DEPENDS += " xineramaproto xf86miscproto xf86dgaproto drm xf86driproto"
+PE = "1"
+
+EXTRA_OECONF += " \
+ ac_cv_file__usr_include_xorg_dri_h=yes \
+ ac_cv_file__usr_include_xorg_sarea_h=yes \
+ ac_cv_file__usr_include_xorg_dristruct_h=yes \
+"