diff options
author | Marco Trevisan (TreviƱo) <marco@ubuntu.com> | 2017-05-15 11:52:54 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-15 11:52:57 +0200 |
commit | 5b851ffc2d9360970eac46b031f1b9278b3978a8 (patch) | |
tree | 42fcfd36a1161281b7fd2016e3a7beeb0b2b074b /debian | |
parent | 17376e1826a2e205f41dca3d5d31ec9834bd8d52 (diff) | |
download | libayatana-appindicator-5b851ffc2d9360970eac46b031f1b9278b3978a8.tar.gz libayatana-appindicator-5b851ffc2d9360970eac46b031f1b9278b3978a8.tar.bz2 libayatana-appindicator-5b851ffc2d9360970eac46b031f1b9278b3978a8.zip |
AppIndicator: fix icon and theme paths when running in $SNAP environment
Prepend $SNAP path to icons and theme paths when running in a sandboxed
environment, this allows to run app indicators without caring about the fact
they've been designed or compiled to run in a snap world or not. (LP: #1600136)
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 426bc0d..07bc596 100755 --- a/debian/rules +++ b/debian/rules @@ -15,8 +15,6 @@ endif CONFIGURE_FLAGS_gtk2 = --with-gtk=2 --enable-gtk-doc CONFIGURE_FLAGS_gtk3 = --with-gtk=3 --enable-gtk-doc=no -export CSC=/usr/bin/mono-csc - export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 CFLAGS += -fPIC |