Skip to content

Commit

Permalink
build-sys: remove appstream-glib dependency
Browse files Browse the repository at this point in the history
Fixes #414

Signed-off-by: Marc-Antoine Perennou <[email protected]>
  • Loading branch information
Keruspe committed Mar 24, 2023
1 parent 0f1f155 commit e449eeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ glib_req = '>= @0@'.format(glib_req_version)
gtk3_req = '>= @0@'.format(gtk3_req_version)
gtk4_req = '>= @0@'.format(gtk4_req_version)

appstream_dep = dependency('appstream-glib')
gcr_dep = dependency('gcr-4', version: gcr_req)
gdk3_dep = dependency('gdk-3.0', version: gtk3_req)
gdk_pixbuf_dep = dependency('gdk-pixbuf-2.0', version: gdk_pixbuf_req)
Expand Down

0 comments on commit e449eeb

Please sign in to comment.