Skip to content

Commit

Permalink
Append solid suffix to non-transparent variant
Browse files Browse the repository at this point in the history
This allows distributions to easily pacakge both without conflicts.
This will also help with Flatpak being able to match the host theme.
  • Loading branch information
TingPing committed May 10, 2017
1 parent 766ae1a commit 7b1d4f3
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 7b1d4f3

Please sign in to comment.