mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-16 05:35:51 +01:00
Change default GTK+ version to 3
This commit is contained in:
parent
594e816aa8
commit
234008e209
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ ZATHURA_ABI_VERSION = 2
|
||||||
VERSION = ${ZATHURA_VERSION_MAJOR}.${ZATHURA_VERSION_MINOR}.${ZATHURA_VERSION_REV}
|
VERSION = ${ZATHURA_VERSION_MAJOR}.${ZATHURA_VERSION_MINOR}.${ZATHURA_VERSION_REV}
|
||||||
|
|
||||||
# the GTK+ version to use
|
# the GTK+ version to use
|
||||||
ZATHURA_GTK_VERSION ?= 2
|
ZATHURA_GTK_VERSION ?= 3
|
||||||
|
|
||||||
# version checks
|
# version checks
|
||||||
# If you want to disable any of the checks, set *_VERSION_CHECK to 0.
|
# If you want to disable any of the checks, set *_VERSION_CHECK to 0.
|
||||||
|
|
Loading…
Reference in a new issue