diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-01-24 11:57:02 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-01-24 11:57:02 +0000 |
commit | 99be5b3387c167d9c4873032e31429848071c974 (patch) | |
tree | bf2c63465037173fe56c21ec7cb8aa9c3ccd3939 /packages/cups/cups.inc | |
parent | db156ba03f2110e6b037eec8cbd7aece27fede13 (diff) |
cups.inc : break the cups libraries out of cups package, this will reduce
dependencies for some packages down from 2.3M to 100k. No reason why if
a app support cups that we should haul in the full cups system.
Diffstat (limited to 'packages/cups/cups.inc')
-rw-r--r-- | packages/cups/cups.inc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/cups/cups.inc b/packages/cups/cups.inc index 20cc8c39c3..bbf2377ced 100644 --- a/packages/cups/cups.inc +++ b/packages/cups/cups.inc @@ -64,6 +64,12 @@ python do_package_append() { os.system('chmod 0511 %s/install/cups/var/run/cups/certs' % workdir) } +PACKAGES =+ "${PN}-lib ${PN}-libimage" + +FILES_${PN}-lib = "${libdir}/libcups.so.*" + +FILES_${PN}-libimage = "${libdir}/libcupsimage.so.*" + FILES_${PN}-dbg += "${libdir}/cups/backend/.debug \ ${libdir}/cups/cgi-bin/.debug \ ${libdir}/cups/filter/.debug \ @@ -79,5 +85,3 @@ FILES_${PN} += "${datadir}/doc/cups/images \ ${datadir}/icons/ \ " -LEAD_SONAME = "libcups.so.*" - |