diff options
author | Martin.Jansa <Martin.Jansa@gmail.com> | 2009-10-30 11:11:43 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-22 13:17:29 +0100 |
commit | df30530823ed827419975d3cbaca0291ba8e4652 (patch) | |
tree | bb6197c03e4a646d43acec6a6eae40cdcee798f7 /recipes/xorg-driver | |
parent | fba77bf1ca0257e3e795b9c514b3420fc9cf5fed (diff) |
xorg: update recipes of other freedesktop projects
* Update versions to latest available at
http://xorg.freedesktop.org/releases/individual
when X11R7.5 was released
Diffstat (limited to 'recipes/xorg-driver')
-rw-r--r-- | recipes/xorg-driver/xf86-input-citron_2.2.2.bb | 5 | ||||
-rw-r--r-- | recipes/xorg-driver/xf86-input-fpit_1.3.0.bb | 3 | ||||
-rw-r--r-- | recipes/xorg-driver/xf86-input-hyperpen_1.3.0.bb | 3 | ||||
-rw-r--r-- | recipes/xorg-driver/xf86-input-mutouch_1.2.1.bb | 4 | ||||
-rw-r--r-- | recipes/xorg-driver/xf86-input-penmount_1.4.0.bb | 4 | ||||
-rw-r--r-- | recipes/xorg-driver/xf86-video-mga_1.9.100.bb | 4 | ||||
-rw-r--r-- | recipes/xorg-driver/xf86-video-radeonhd_1.3.0.bb | 9 |
7 files changed, 32 insertions, 0 deletions
diff --git a/recipes/xorg-driver/xf86-input-citron_2.2.2.bb b/recipes/xorg-driver/xf86-input-citron_2.2.2.bb new file mode 100644 index 0000000000..4c449b12d7 --- /dev/null +++ b/recipes/xorg-driver/xf86-input-citron_2.2.2.bb @@ -0,0 +1,5 @@ +require xorg-driver-input.inc + +DESCRIPTION = "X.Org X Server -- Citron input driver" +PE = "1" + diff --git a/recipes/xorg-driver/xf86-input-fpit_1.3.0.bb b/recipes/xorg-driver/xf86-input-fpit_1.3.0.bb new file mode 100644 index 0000000000..311caf6553 --- /dev/null +++ b/recipes/xorg-driver/xf86-input-fpit_1.3.0.bb @@ -0,0 +1,3 @@ +require xorg-driver-input.inc +PE = "1" + diff --git a/recipes/xorg-driver/xf86-input-hyperpen_1.3.0.bb b/recipes/xorg-driver/xf86-input-hyperpen_1.3.0.bb new file mode 100644 index 0000000000..311caf6553 --- /dev/null +++ b/recipes/xorg-driver/xf86-input-hyperpen_1.3.0.bb @@ -0,0 +1,3 @@ +require xorg-driver-input.inc +PE = "1" + diff --git a/recipes/xorg-driver/xf86-input-mutouch_1.2.1.bb b/recipes/xorg-driver/xf86-input-mutouch_1.2.1.bb new file mode 100644 index 0000000000..cce8e75524 --- /dev/null +++ b/recipes/xorg-driver/xf86-input-mutouch_1.2.1.bb @@ -0,0 +1,4 @@ +require xorg-driver-input.inc +PE = "1" + +DESCRIPTION = "X.Org X server -- muTouch input driver" diff --git a/recipes/xorg-driver/xf86-input-penmount_1.4.0.bb b/recipes/xorg-driver/xf86-input-penmount_1.4.0.bb new file mode 100644 index 0000000000..1ed62d4cad --- /dev/null +++ b/recipes/xorg-driver/xf86-input-penmount_1.4.0.bb @@ -0,0 +1,4 @@ +require xorg-driver-input.inc + +DESCRIPTION = "X.Org X server -- Penmount input driver" +PE = "1" diff --git a/recipes/xorg-driver/xf86-video-mga_1.9.100.bb b/recipes/xorg-driver/xf86-video-mga_1.9.100.bb new file mode 100644 index 0000000000..0ed0d28dfd --- /dev/null +++ b/recipes/xorg-driver/xf86-video-mga_1.9.100.bb @@ -0,0 +1,4 @@ +require xorg-driver-video.inc + +DESCRIPTION = "X.Org X server -- MGA display driver" +PE = "1" diff --git a/recipes/xorg-driver/xf86-video-radeonhd_1.3.0.bb b/recipes/xorg-driver/xf86-video-radeonhd_1.3.0.bb new file mode 100644 index 0000000000..ee92c364da --- /dev/null +++ b/recipes/xorg-driver/xf86-video-radeonhd_1.3.0.bb @@ -0,0 +1,9 @@ +require xorg-driver-video.inc +PE = "1" + +DESCRIPTION = "X.Org X server -- AMD/ATI r5xx, r6xx display driver" + +EXTRA_OECONF += " \ + ac_cv_file___src_AtomBios_includes_atombios_h=yes \ + ac_cv_file___src_AtomBios_includes_Decoder_h=yes \ +" |