mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-21 18:52:49 +00:00
Remove the unused GTK dependency from example
This commit is contained in:
parent
dce92a63f8
commit
16e7d8aa50
1 changed files with 0 additions and 3 deletions
|
@ -5,9 +5,6 @@ project('gBarHelloWorld',
|
|||
meson_version: '>=0.45.1',
|
||||
default_options: ['c_std=c++17', 'warning_level=3'])
|
||||
|
||||
# Important!
|
||||
gtk = dependency('gtk+-3.0')
|
||||
|
||||
gBar = dependency('gBar')
|
||||
|
||||
library(
|
||||
|
|
Loading…
Reference in a new issue