diff options
Diffstat (limited to 'recipes/xorg-driver/xf86-video-geode_2.11.2.bb')
-rw-r--r-- | recipes/xorg-driver/xf86-video-geode_2.11.2.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/xorg-driver/xf86-video-geode_2.11.2.bb b/recipes/xorg-driver/xf86-video-geode_2.11.2.bb index 380ce2ea0b..5f1cc3ad03 100644 --- a/recipes/xorg-driver/xf86-video-geode_2.11.2.bb +++ b/recipes/xorg-driver/xf86-video-geode_2.11.2.bb @@ -1,5 +1,10 @@ require xorg-driver-video.inc PE = "1" +PR = "r1" COMPATIBLE_HOST = 'i.86.*-linux' DESCRIPTION = "X.org server -- Geode GX2/LX display driver" + +SRC_URI += "file://0001-probe-GPIO-device-before-asking-for-base_addr.patch;patch=1 \ + file://0002-GX-fix-RandR-to-properly-use-dixSetPrivate.patch;patch=1 \ + " |