mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 03:29:59 +00:00
cups-filters: remove duplicate configure option
The '--enable-ghostscript' configure option is specified twice and doesn't need to be. It's simply a boolean; it's not the sort of option whose position is relevant, or an option which modifies its immediate neighbours. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "270a3752a960368aa99d431fb5d34f4039b2ac943c576d840612d1d818
|
|||||||
|
|
||||||
inherit autotools-brokensep gettext pkgconfig github-releases
|
inherit autotools-brokensep gettext pkgconfig github-releases
|
||||||
|
|
||||||
EXTRA_OECONF += " --enable-ghostscript --disable-ldap \
|
EXTRA_OECONF += " --disable-ldap \
|
||||||
--with-pdftops=hybrid --enable-imagefilters \
|
--with-pdftops=hybrid --enable-imagefilters \
|
||||||
--enable-ghostscript --with-gs-path=${bindir}/gs \
|
--enable-ghostscript --with-gs-path=${bindir}/gs \
|
||||||
--with-pdftops-path=${bindir}/gs \
|
--with-pdftops-path=${bindir}/gs \
|
||||||
|
|||||||
Reference in New Issue
Block a user