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:
parent
af11f16bef
commit
4144b868ce
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user