dev-db/wxsqlite3: improve gtk handling

这个提交包含在:
2016-09-11 18:33:26 +02:00
父节点 ea15e5dcae
当前提交 cb61fcafd2

查看文件

@@ -48,10 +48,9 @@ src_configure() {
econf \
--enable-shared \
--enable-unicode \
--with-wx-config="/usr/$(exhost --target)/bin/wx-config-${SLOT}" \
--with-wx-config="/usr/$(exhost --target)/bin/wx-config-${SLOT}-$(option providers:gtk3 gtk3 gtk2)" \
--with-wxshared \
--with-sqlite3-prefix="/usr/$(exhost --target)" \
--includedir="/usr/$(exhost --target)/include/wx-${SLOT}/" \
--hates=disable-silent-rules \
--hates=enable-fast-install
}