-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use PkgConfig to find development headers (#3661)
openSUSE puts it's xkbcommon and libinput development headers in a non-standard location, which isn't Mir's problem, but it also doesn't implement PkgConfig properly to find those headers. This is what I did to get it to package for openSUSE, but this should benefit any distribution that uses PkgConfig to find development files.
- Loading branch information
Showing
3 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,4 +39,5 @@ add_library( | |
target_link_libraries(mirevents | ||
PUBLIC | ||
mircore | ||
PkgConfig::XKBCOMMON | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters