Commit 9a9cd19b authored by Canek Peláez's avatar Canek Peláez
Browse files

It's libsoup, not soup.

parent a06f3d5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@ glib-2.0
gio-2.0
gobject-2.0
gee-0.8
soup-2.4
libsoup-2.4
+1 −1
Original line number Diff line number Diff line
@@ -8,6 +8,6 @@ Name: commonmark
Description: A Vala library for rendering Markdown
URL: https://aztlan.fciencias.unam.mx/gitlab/canek/commonmark
Version: @PROJECT_VERSION@
Requires: glib-2.0 >= 2.38 gio-2.0 >= 2.38 gobject-2.0 >= 2.38 gee-0.8 >= 0.20 soup-2.4 >= 2.4
Requires: glib-2.0 >= 2.38 gio-2.0 >= 2.38 gobject-2.0 >= 2.38 gee-0.8 >= 0.20 libsoup-2.4 >= 2.4
Libs: -L${libdir} -lcommonmark
Cflags: -I${includedir}/commonmark
+3 −3
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@ libcommonmark_deps = [ dependency('glib-2.0'),
                       dependency('gee-0.8'),
                       dependency('libsoup-2.4') ]

VALADEPS = 'glib-2.0\ngio-2.0\ngobject-2.0\ngee-0.8\nsoup-2.4'
PCDEPS = 'glib-2.0 gio-2.0 gobject-2.0 gee-0.8 soup-2.4'
VALADEPS = 'glib-2.0\ngio-2.0\ngobject-2.0\ngee-0.8\nlibsoup-2.4'
PCDEPS = 'glib-2.0 gio-2.0 gobject-2.0 gee-0.8 libsoup-2.4'

add_project_arguments(['--vapidir=.',
                       '--target-glib=2.38'],