diff options
Diffstat (limited to 'recipes/xorg-lib/libxxf86dga_1.0.2.bb')
-rw-r--r-- | recipes/xorg-lib/libxxf86dga_1.0.2.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libxxf86dga_1.0.2.bb b/recipes/xorg-lib/libxxf86dga_1.0.2.bb new file mode 100644 index 0000000000..47492d7108 --- /dev/null +++ b/recipes/xorg-lib/libxxf86dga_1.0.2.bb @@ -0,0 +1,8 @@ +require xorg-lib-common.inc + +DESCRIPTION = "X11 Direct Graphics Access extension library" +DEPENDS += "libxext xf86dgaproto" +PR = "r1" +PE = "1" + +XORG_PN = "libXxf86dga" |