Skip to content

how to change glib-mkenums path of gnome package #14614

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
iysheng opened this issue May 17, 2025 · 0 comments
Open

how to change glib-mkenums path of gnome package #14614

iysheng opened this issue May 17, 2025 · 0 comments

Comments

@iysheng
Copy link

iysheng commented May 17, 2025

in a project's meson.build with code like

gnome = import('gnome') 
library_enums = gnome.mkenums_simple ('arvenumtypes', decorator: 'ARV_API', header_prefix: '#include <arvapi.h>',
 sources: library_headers + library_no_introspection_headers)

when I do meson setup, i get log as

Dependency glib-2.0 found: YES 2.80.5 (cached)
Program /usr/bin/glib-mkenums found: YES (/usr/bin/glib-mkenums)

But I want to use another glib-2.0 package in my pc with path like /tmp/xxx/glib-2.0.pc file. how could I change the pkg-config search path in gnome package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant