Skip to content
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

Fix i3 CFLAGS for system-installed headers #7

Closed
tomocafe opened this issue Apr 15, 2019 · 0 comments
Closed

Fix i3 CFLAGS for system-installed headers #7

tomocafe opened this issue Apr 15, 2019 · 0 comments

Comments

@tomocafe
Copy link
Owner

Current approach assumes the -devel headers will be under the locally extracted $bldpath but if these headers are actually installed in the system, it won't find it.

Suggest to change it to include both cases, system and local:

LIBSN_CFLAGS+=-I{$bldpath,}/usr/include/startup-notification-1.0 LIBEV_CFLAGS+=-I{$bldpath,}/usr/include/libev
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