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

Pure CMake install not installing most project assets #153

Closed
alerque opened this issue Jan 3, 2024 · 0 comments · Fixed by #154
Closed

Pure CMake install not installing most project assets #153

alerque opened this issue Jan 3, 2024 · 0 comments · Fixed by #154

Comments

@alerque
Copy link

alerque commented Jan 3, 2024

Following discussion in #151 I've been trying to switch Arch Linux packaging from Meson to CMake. With v1.3.0 sources I'm getting surprising results from cmake --install. I'm trying to use the pure CMake backend (not the Ninja backend used in the Makefile.

It's "working" as in running sucessfully, but the only thing it ends up installing is

a) all the sdbuss-c++ stuff (addressed in #151)
b) /usr/bin/hyprland-share-picker

Missing is the systemd service file, the dbus desktop file, the package config file, the config file, and the actual portal. Those things seem to be built with cmake --build,, but not installed using DESTDIR="..." cmake --install <build_dir>.

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

Successfully merging a pull request may close this issue.

1 participant