diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-05-01 09:57:11 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-05-01 09:57:11 +0000 |
commit | ac758024aa34412d18a24acce47cd0a3b413c2a5 (patch) | |
tree | 7a1cf8a04008b95c946eaa6301fb46354ee1b4bd | |
parent | 21e4030838b5cfd30e227a7f62db4837df4ae20c (diff) |
libxinerama: added 1.0.2
-rw-r--r-- | packages/xorg-lib/libxinerama_1.0.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/xorg-lib/libxinerama_1.0.2.bb b/packages/xorg-lib/libxinerama_1.0.2.bb new file mode 100644 index 0000000000..9bfe62ae07 --- /dev/null +++ b/packages/xorg-lib/libxinerama_1.0.2.bb @@ -0,0 +1,11 @@ +require xorg-lib-common.inc + +DESCRIPTION = "Xinerama library" +PRIORITY = "optional" +PE = "1" + +DEPENDS += " virtual/libx11 libxext xextproto xineramaproto" +PROVIDES = "xinerama" + +XORG_PN = "libXinerama" + |