diff options
Diffstat (limited to 'recipes/xorg-driver/xf86-video-tdfx_1.4.3.bb')
-rw-r--r-- | recipes/xorg-driver/xf86-video-tdfx_1.4.3.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/xorg-driver/xf86-video-tdfx_1.4.3.bb b/recipes/xorg-driver/xf86-video-tdfx_1.4.3.bb new file mode 100644 index 0000000000..fe52f5eb19 --- /dev/null +++ b/recipes/xorg-driver/xf86-video-tdfx_1.4.3.bb @@ -0,0 +1,12 @@ +require xorg-driver-video.inc +PE = "1" + +#DESCRIPTION = "" + +DEPENDS += " drm xf86driproto" + +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 \ +" |