diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-31 22:20:17 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-31 22:20:17 +0100 |
commit | b22b97076a915a7005f970dcbed7514282859d08 (patch) | |
tree | 2c69664815505e30a3eeadc8cb7f755d7bfd19c2 /meta/packages/mesa/qemugl/gl.pc | |
parent | 87b512fb1e841f530dea20f0bb64e95b5fbc000e (diff) | |
download | poky-b22b97076a915a7005f970dcbed7514282859d08.tar.gz |
qemugl: Include headers and a pkgconfig file (from mesa) and add libxfixes to DEPENDS
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/mesa/qemugl/gl.pc')
-rw-r--r-- | meta/packages/mesa/qemugl/gl.pc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/mesa/qemugl/gl.pc b/meta/packages/mesa/qemugl/gl.pc new file mode 100644 index 0000000000..18cdb4e665 --- /dev/null +++ b/meta/packages/mesa/qemugl/gl.pc | |||
@@ -0,0 +1,12 @@ | |||
1 | prefix=/usr | ||
2 | exec_prefix=${prefix} | ||
3 | libdir=/usr/lib | ||
4 | includedir=/usr/include | ||
5 | |||
6 | Name: gl | ||
7 | Description: QEMU OpenGL library | ||
8 | Requires.private: x11 xext xfixes | ||
9 | Version: 7.3.0 | ||
10 | Libs: -L${libdir} -lGL | ||
11 | Libs.private: -lm -lpthread -ldl | ||
12 | Cflags: -I${includedir} | ||