mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-18 23:46:35 +02:00
Use @x11 instead of the longer @x11//:X11 to link against xlib.
This commit is contained in:
@ -19,6 +19,6 @@ cc_binary(
|
|||||||
"@ncurses",
|
"@ncurses",
|
||||||
"@openal",
|
"@openal",
|
||||||
"@python3//:python",
|
"@python3//:python",
|
||||||
"@x11//:X11",
|
"@x11",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user