diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-18 14:13:36 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-21 07:47:46 +0100 |
commit | 86dacb28c2b274691b24483a22a2b1d05102f006 (patch) | |
tree | 64e41e8426e5095a6de1db069d4f23cfbe4c52f7 /recipes/xorg-proto | |
parent | 5a390f90eca8514aa7106e62acd79c18c4d10138 (diff) |
xorg: update recipes to latest releases 2010-01-18
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-proto')
-rw-r--r-- | recipes/xorg-proto/dri2proto_2.2.bb | 3 | ||||
-rw-r--r-- | recipes/xorg-proto/glproto_1.4.11.bb | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/recipes/xorg-proto/dri2proto_2.2.bb b/recipes/xorg-proto/dri2proto_2.2.bb new file mode 100644 index 0000000000..a0e1fd3989 --- /dev/null +++ b/recipes/xorg-proto/dri2proto_2.2.bb @@ -0,0 +1,3 @@ +DESCRIPTION = "DRI2 extension headers" + +require xorg-proto-common.inc diff --git a/recipes/xorg-proto/glproto_1.4.11.bb b/recipes/xorg-proto/glproto_1.4.11.bb new file mode 100644 index 0000000000..9f09fff7b7 --- /dev/null +++ b/recipes/xorg-proto/glproto_1.4.11.bb @@ -0,0 +1,4 @@ +require xorg-proto-common.inc + +PR = "r1" +PE = "1" |