diff options
author | 0xd34df00d <0xd34df00d@gmail.com> | 2017-03-07 04:29:46 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-03-07 10:17:18 +0100 |
commit | 8c437db8f7cbc5ff5c4434663dc89420736c1bee (patch) | |
tree | d82f05fe3c268ea2905978b99195f47148046a8f /app-leechcraft | |
parent | app-leechcraft/lc-kbswitch: use pkg_postinst suggestion instead of RDEPEND (diff) | |
download | gentoo-8c437db8f7cbc5ff5c4434663dc89420736c1bee.tar.gz gentoo-8c437db8f7cbc5ff5c4434663dc89420736c1bee.tar.bz2 gentoo-8c437db8f7cbc5ff5c4434663dc89420736c1bee.zip |
app-leechcraft/lc-poshuku: fix passing webkit and webengine flags to cmake
Closes: https://github.com/gentoo/gentoo/pull/4146
Diffstat (limited to 'app-leechcraft')
-rw-r--r-- | app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild b/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild index d35eda2be3ef..2af38f4abda9 100644 --- a/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild +++ b/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild @@ -43,8 +43,8 @@ src_configure() { -DENABLE_POSHUKU_ONLINEBOOKMARKS=$(usex onlinebookmarks) -DENABLE_POSHUKU_QRD=$(usex qrd) -DENABLE_POSHUKU_SPEEDDIAL=$(usex speeddial) - -DENABLE_POSHUKU_WEBKITVIEW=$(usex webkitview) - -DENABLE_POSHUKU_WEBENGINEVIEW=$(usex webengineview) + -DENABLE_POSHUKU_WEBKITVIEW=$(usex webkit) + -DENABLE_POSHUKU_WEBENGINEVIEW=$(usex webengine) ) cmake-utils_src_configure |