summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGustavo Alvarez2016-01-30 13:21:44 +0100
committerGustavo Alvarez2016-01-30 13:21:44 +0100
commit06d639f8c9326a14a55334056b916a1f557fb66d (patch)
treed8e636683186435717cdf96d5cbc690c3e83e825 /PKGBUILD
parent3944ce2620aef44346d4a71e2b901067aff145dd (diff)
downloadaur-06d639f8c9326a14a55334056b916a1f557fb66d.tar.gz
Remove GTK3 TODO message
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6acfc426efd..db2ee1f1ade9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ _use_clang=0 # Use clang compiler (system). Results in faster build an
_use_bundled_clang=0 # Use bundled clang compiler (needs build). NOTE: if use this option , '_use_clang' need set to 1
_use_ccache=0 # Use ccache when build
_use_pax=0 # Set 1 to change PaX permisions in executables NOTE: only use if use PaX environment
-_use_gtk3=1 # If set 1, then build with GTK3 support, if set 0, then build with GTK2 TODO: back to GTK3: https://code.google.com/p/chromium/issues/detail?id=575038
+_use_gtk3=1 # If set 1, then build with GTK3 support, if set 0, then build with GTK2
##############################################
## -- Package and components information -- ##