mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
Add Poky handbook
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3865 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
13
handbook/examples/libxpm/libxpm_3.5.6.bb
Normal file
13
handbook/examples/libxpm/libxpm_3.5.6.bb
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user