ascent12 / drm_info

Moved to https://gitlab.freedesktop.org/emersion/drm_info
MIT License
63 stars 13 forks source link

Use json-c uint64_t functions #72

Closed Moiman closed 2 years ago

Moiman commented 3 years ago

Needs at least json-c-0.14

Closes: https://github.com/ascent12/drm_info/issues/52

emersion commented 3 years ago

Maybe we can get rid of new_json_object_uint64 as well?

Moiman commented 3 years ago

Maybe we can get rid of new_json_object_uint64 as well?

Yes. I updated to remove it.

emersion commented 3 years ago

The CI fails because subprojects/json-c.wrap needs to be updated to >= 0.14 for systems which don't have a recent enough json-c version. Currently the subproject fetches 0.13.

emersion commented 2 years ago

I've updated this branch to use an updated wrap, but I'm running into more issues: https://builds.sr.ht/~emersion/job/856946

Ref https://github.com/mesonbuild/wrapdb/pull/679

emersion commented 2 years ago

Now fixed: https://builds.sr.ht/~emersion/job/857333