build: Remove unused libpeas_gtk dependency
This commit is contained in:
parent
e561775c15
commit
8db785d6f3
2 changed files with 0 additions and 2 deletions
|
|
@ -92,7 +92,6 @@ json_glib = dependency('json-glib-1.0', version: '>= 1.0')
|
||||||
libhandy = dependency('libhandy-1', version: '>= 1.2.1', required: false)
|
libhandy = dependency('libhandy-1', version: '>= 1.2.1', required: false)
|
||||||
libmath = cc.find_library('m')
|
libmath = cc.find_library('m')
|
||||||
libpeas = dependency('libpeas-1.0', version: '>= 1.24.0')
|
libpeas = dependency('libpeas-1.0', version: '>= 1.24.0')
|
||||||
libpeas_gtk = dependency('libpeas-gtk-1.0', version: '>= 1.24.0')
|
|
||||||
libsecret = dependency('libsecret-1', version: '>= 0.11')
|
libsecret = dependency('libsecret-1', version: '>= 0.11')
|
||||||
libstemmer_dep = cc.find_library('stemmer')
|
libstemmer_dep = cc.find_library('stemmer')
|
||||||
libsoup = dependency('libsoup-2.4', version: '>= 2.48')
|
libsoup = dependency('libsoup-2.4', version: '>= 2.48')
|
||||||
|
|
|
||||||
|
|
@ -166,7 +166,6 @@ client_dependencies = [
|
||||||
libhandy,
|
libhandy,
|
||||||
libmath,
|
libmath,
|
||||||
libpeas,
|
libpeas,
|
||||||
libpeas_gtk,
|
|
||||||
libsecret,
|
libsecret,
|
||||||
libsoup,
|
libsoup,
|
||||||
libxml,
|
libxml,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue