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

build: install scripts into bindir provided by meson #195

Merged
merged 1 commit into from Jun 24, 2019

Conversation

kapsh
Copy link

@kapsh kapsh commented Jun 23, 2019

This will use --bindir value to install additional scripts into the same location
as compton binary (current behavior: hardcoded $prefix/bin).
Useful for custom installations and/or cross-compiling.

This will use --bindir value to install additional scripts into the same location
as compton binary (current behavior: hardcoded $prefix/bin).
Useful for custom installations and/or cross-compiling.
@codecov
Copy link

codecov bot commented Jun 23, 2019

Codecov Report

Merging #195 into next will decrease coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             next     #195      +/-   ##
==========================================
- Coverage   12.76%   12.71%   -0.06%     
==========================================
  Files          42       42              
  Lines        7990     7990              
==========================================
- Hits         1020     1016       -4     
- Misses       6970     6974       +4
Impacted Files Coverage Δ
src/log.h 11.11% <0%> (-33.34%) ⬇️
src/config.h 0% <0%> (-21.43%) ⬇️
src/common.h 3.44% <0%> (+3.44%) ⬆️
src/utils.h 52.63% <0%> (+21.05%) ⬆️

@yshui
Copy link
Owner

yshui commented Jun 24, 2019

Thanks!

@yshui yshui merged commit 387e247 into yshui:next Jun 24, 2019
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 this pull request may close these issues.

None yet

2 participants