x11-libs/cairo: x11-libs/cairo: Build interpreter unconditionally

Closes: https://bugs.gentoo.org/669972
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2018-10-31 12:07:15 -07:00
parent f45db7d7e3
commit 216aa553ff
2 changed files with 4 additions and 2 deletions

View File

@@ -105,7 +105,6 @@ multilib_src_configure() {
$(use_enable opengl gl) \
$(use_enable static-libs static) \
$(use_enable svg) \
$(use_enable utils interpreter) \
$(use_enable utils trace) \
$(use_enable valgrind) \
$(use_enable xcb) \
@@ -114,6 +113,8 @@ multilib_src_configure() {
--enable-pdf \
--enable-png \
--enable-ps \
--enable-script \
--enable-interpreter \
--disable-drm \
--disable-directfb \
--disable-gallium \

View File

@@ -105,7 +105,6 @@ multilib_src_configure() {
$(use_enable opengl gl) \
$(use_enable static-libs static) \
$(use_enable svg) \
$(use_enable utils interpreter) \
$(use_enable utils trace) \
$(use_enable valgrind) \
$(use_enable xcb) \
@@ -114,6 +113,8 @@ multilib_src_configure() {
--enable-pdf \
--enable-png \
--enable-ps \
--enable-script \
--enable-interpreter \
--disable-drm \
--disable-directfb \
--disable-gallium \