diff options
Diffstat (limited to 'documentation/poky-ref-manual/examples/libxpm/libxpm_3.5.6.bb')
-rw-r--r-- | documentation/poky-ref-manual/examples/libxpm/libxpm_3.5.6.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/examples/libxpm/libxpm_3.5.6.bb b/documentation/poky-ref-manual/examples/libxpm/libxpm_3.5.6.bb new file mode 100644 index 0000000000..2710189b2a --- /dev/null +++ b/documentation/poky-ref-manual/examples/libxpm/libxpm_3.5.6.bb @@ -0,0 +1,13 @@ +require xorg-lib-common.inc + +DESCRIPTION = "X11 Pixmap library" +LICENSE = "X-BSD" +DEPENDS += "libxext" +PR = "r2" +PE = "1" + +XORG_PN = "libXpm" + +PACKAGES =+ "sxpm cxpm" +FILES_cxpm = "${bindir}/cxpm" +FILES_sxpm = "${bindir}/sxpm" |