blob: 0426c98ff6775cba7e7e8c22e39723ad84ca8c04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require xorg-driver-video.inc
DESCRIPTION = "X.Org X server -- Glint display driver"
DEPENDS += " xf86dgaproto 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 \
"
|