mirror of
https://git.yoctoproject.org/poky
synced 2026-07-21 05:27:01 +00:00
9ee3c77f4e
Add more detailed SUMMARY and DESCRIPTIONS to various graphics and graphics related components. I've recently gotten question from users what something is, or why it was needed.. this should go a long way toward answering those questions. Many of the descriptions were taken directly from the upstream location, where one was not available the Debian packages were consulted for information. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
22 lines
725 B
BlitzBasic
22 lines
725 B
BlitzBasic
require xorg-lib-common.inc
|
|
|
|
SUMMARY = "XP: X Printing extension library"
|
|
|
|
DESCRIPTION = "libXp provides public APIs to allow client applications \
|
|
to render to non-display devices, making use of the X Print Service."
|
|
|
|
LICENSE = "MIT & MIT-style"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=9504a1264f5ddd4949254a57c0f8d6bb \
|
|
file://src/XpPage.c;beginline=2;endline=35;md5=2b7d3d2ba5505b19271cf31b6918997e"
|
|
|
|
DEPENDS += "libxext libxau printproto"
|
|
PR = "r0"
|
|
PE = "1"
|
|
|
|
XORG_PN = "libXp"
|
|
|
|
CFLAGS_append += " -I ${S}/include/X11/XprintUtil -I ${S}/include/X11/extensions"
|
|
|
|
SRC_URI[md5sum] = "7ae1d63748e79086bd51a633da1ff1a9"
|
|
SRC_URI[sha256sum] = "71d1f260005616d646b8c8788365f2b7d93911dac57bb53b65753d9f9e6443d2"
|