chromium: enable google api keys provided by mrneilypops.
This commit is contained in:
parent
c5d509e61c
commit
160f39c38b
|
@ -2,7 +2,7 @@
|
|||
pkgname=chromium
|
||||
#See http://www.chromium.org/developers/calendar for the latest version
|
||||
version=29.0.1547.57
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.chromium.org/"
|
||||
|
@ -34,7 +34,14 @@ do_configure() {
|
|||
|
||||
export LD="$CXX"
|
||||
|
||||
# Never tell the build system to "enable" SSE2, it has a few unexpected
|
||||
# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
|
||||
# Note: These are for Void Linux use ONLY.
|
||||
conf+="
|
||||
-Dgoogle_api_key=AIzaSyCIFdBA7eQP43R6kXRwTq7j6Mvj1ITze90
|
||||
-Dgoogle_default_client_id=858256686058.apps.googleusercontent.com
|
||||
-Dgoogle_default_client_secret=sMVx271L_MAz23TW2ek3AASn"
|
||||
|
||||
# Never tell the build system to "enable" SSE2, it has a few unexpected issues.
|
||||
conf+=" -Ddisable_sse2=1"
|
||||
|
||||
# Disable glibc Native Client toolchain, we don't need it (bug #417019).
|
||||
|
|
Loading…
Reference in New Issue