Skip to content

Commit

Permalink
Merge pull request horst3180#779 from TingPing/tingping/solid-suffix
Browse files Browse the repository at this point in the history
Support installing transparent and non-transparent variant in parallel
  • Loading branch information
horst3180 authored May 12, 2017
2 parents 4b75f33 + 7b1d4f3 commit 99e2b44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions common/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
if !ENABLE_TRANSPARENCY
themedir = $(datadir)/themes/Arc-solid
themedarkerdir = $(datadir)/themes/Arc-Darker-solid
themedarkdir = $(datadir)/themes/Arc-Dark-solid
else
themedir = $(datadir)/themes/Arc
themedarkerdir = $(datadir)/themes/Arc-Darker
themedarkdir = $(datadir)/themes/Arc-Dark
endif

ithemedir = $(DESTDIR)$(themedir)
ithemedarkerdir = $(DESTDIR)$(themedarkerdir)
Expand Down

0 comments on commit 99e2b44

Please sign in to comment.