1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-11-14 22:53:02 +01:00

Use libconfig built in the WORKSPACE rather than system installed.

Improves hermeticity and reproducibility.
This commit is contained in:
iphydf 2018-07-15 15:33:35 +00:00
parent af11f16bef
commit 4144b868ce
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -11,7 +11,6 @@ cc_binary(
"-DVIDEO", "-DVIDEO",
], ],
linkopts = [ linkopts = [
"-lconfig",
"-lncurses", "-lncurses",
"-lopenal", "-lopenal",
"-lX11", "-lX11",
@ -19,6 +18,7 @@ cc_binary(
deps = [ deps = [
"//c-toxcore", "//c-toxcore",
"@curl", "@curl",
"@libconfig",
"@libqrencode", "@libqrencode",
"@libvpx", "@libvpx",
"@python3//:python", "@python3//:python",