summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2023-03-09 12:16:22 -0500
committerKhem Raj <raj.khem@gmail.com>2023-03-09 21:58:44 -0800
commit8f9f20cedec633669d2df84de0f9580dc175fa52 (patch)
treec1b668d4cd672f5efd3bdceda35c81adf6703916
parent910c70a160cca64935035e925c76645f2203ca2f (diff)
downloadmeta-openembedded-8f9f20cedec633669d2df84de0f9580dc175fa52.tar.gz
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>
-rw-r--r--meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb b/meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb
index 22de3d5441..0d3560b9c2 100644
--- a/meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb
+++ b/meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb
@@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "270a3752a960368aa99d431fb5d34f4039b2ac943c576d840612d1d818
15 15
16inherit autotools-brokensep gettext pkgconfig github-releases 16inherit autotools-brokensep gettext pkgconfig github-releases
17 17
18EXTRA_OECONF += " --enable-ghostscript --disable-ldap \ 18EXTRA_OECONF += " --disable-ldap \
19 --with-pdftops=hybrid --enable-imagefilters \ 19 --with-pdftops=hybrid --enable-imagefilters \
20 --enable-ghostscript --with-gs-path=${bindir}/gs \ 20 --enable-ghostscript --with-gs-path=${bindir}/gs \
21 --with-pdftops-path=${bindir}/gs \ 21 --with-pdftops-path=${bindir}/gs \