diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-10-09 16:49:36 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-10-09 16:49:36 +0200 |
commit | f39bf1b386f876aee67afe44006faafdf8db7705 (patch) | |
tree | ab46cae8efad660647ac037db6abcb7c3067aaa4 /recipes/xorg-driver/xf86-video-sis_0.10.2.bb | |
parent | 28dd4f870c5de61a1589d0e75c55a0d586aa9f64 (diff) |
Revert "Add latest xorg stuff for xserver-1.7, script for easy recipe bump and xf86-video-glamo-kms"
This reverts commit 117ec4def4dff7abad394279698e1ddaef9407a7.
Diffstat (limited to 'recipes/xorg-driver/xf86-video-sis_0.10.2.bb')
-rw-r--r-- | recipes/xorg-driver/xf86-video-sis_0.10.2.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes/xorg-driver/xf86-video-sis_0.10.2.bb b/recipes/xorg-driver/xf86-video-sis_0.10.2.bb deleted file mode 100644 index dc083b3e88..0000000000 --- a/recipes/xorg-driver/xf86-video-sis_0.10.2.bb +++ /dev/null @@ -1,11 +0,0 @@ -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 \ -" |