Package-Manager: Portage-2.3.40, Repoman-2.3.9
}
multilib_src_configure() {
+ local myconf=()
+ if use opengl || use gles2; then
+ myconf+=( --enable-gl )
+ else
+ myconf+=( --disable-gl )
+ fi
+
# Always enable shm (shm_open) and ipcpipeline (sys/socket.h); no extra deps
gstreamer_multilib_src_configure \
$(multilib_native_use_enable introspection) \
--disable-debug \
--without-player-tests \
--enable-shm \
- --enable-ipcpipeline
+ --enable-ipcpipeline \
+ "${myconf[@]}"
if multilib_is_native_abi; then
local x