alexlarsson / gthree

Gthree is a GObject/Gtk+ port of three.js
MIT License
84 stars 13 forks source link

gthree-1.pc: Move json-glib to Requires #61

Closed jtojnar closed 5 years ago

jtojnar commented 5 years ago

json-glib is included in the public headers thus needs to be in Requires, otherwise it can cause errors on platforms that use alternative interpretation of Requires.private:

…/include/gthree-1.0/gthree/gthreeattribute.h:12:10: fatal error: json-glib/json-glib.h: No such file or directory
     #include <json-glib/json-glib.h>
              ^~~~~~~~~~~~~~~~~~~~~~~
alexlarsson commented 5 years ago

I don't think we actually need this in the headers though

alexlarsson commented 5 years ago

Closed this as its no longer needed with above commit