-
Notifications
You must be signed in to change notification settings - Fork 11
make xorgproto a dev package #126
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
base: master
Are you sure you want to change the base?
Conversation
These packages contain header files, which are used by the public headers of other packages like libX11. Make them dev package is to have them provided.
When building from git sources the autotools build misses some m4 files.
depends: | ||
- graphics::xorg::utils::util-macros-dev | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, seems unrelated to what the commit message says. I think I even built it without this dependency. Why is it needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, this is only necessary when building from git sources... I'll keep this as a separate commit on my side..
- graphics::xorg::proto::xorgproto-dev | ||
- graphics::xorg::utils::util-macros-dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no provideDeps: ['*-dev']
for those. I guess this should be added?
- graphics::xorg::proto::xorgproto-dev | ||
- graphics::xorg::utils::util-macros-dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no provideDeps: ['*-dev']
for those. I guess this should be added?
PKG_DESCRIPTION: "X transport library" | ||
|
||
depends: | ||
- graphics::xorg::utils::util-macros-dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks unrelated as well. Why wasn't that needed before?
This fixes the build of
kmscube
forx86_64
.