Get rid of libgee
It is said to be a bad idea to use in libraries anyway, but definitely makes porting back to C harder.
This commit is contained in:
@@ -9,6 +9,6 @@ Name: libmatrix-glib
|
||||
Description: GObject API for communicating with a Matrix.org Homeserver
|
||||
URL: http://gergely.polonkai.eu/matrix-glib-sdk
|
||||
Version: @MATRIX_GLIB_VERSION@
|
||||
Requires: glib-2.0 gobject-2.0 gee-0.8 gio-2.0 json-glib-1.0
|
||||
Requires: glib-2.0 gobject-2.0 gio-2.0 json-glib-1.0
|
||||
Libs: -L${libdir} -lmatrix-glib-@MATRIX_GLIB_API_VERSION@
|
||||
Cflags: -I${includedir}/matrix-glib-@MATRIX_GLIB_API_VERSION@
|
||||
|
Reference in New Issue
Block a user