dev-db/wxsqlite3: improve gtk handling

This commit is contained in:
Julian Ospald 2016-09-11 18:33:26 +02:00
parent ea15e5dcae
commit cb61fcafd2
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 2 deletions

View File

@ -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
}