summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-12-31 22:06:44 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-01-01 16:05:46 -0600
commit804a69656027a4b6cbee299ffb271e83d7e46f5c (patch)
tree655bbdf024e9fd951dd7b0105501401d69306f9e /desktop
parent8033e3343b6e043abe2ef31ba2c90e3f5382ad25 (diff)
migrate ABOUT_BITMAP and INTRO_BITMAP out of set_soenv.in
Diffstat (limited to 'desktop')
-rw-r--r--desktop/branding/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/branding/Makefile b/desktop/branding/Makefile
index 7b062a346875..46ca14dd0574 100644
--- a/desktop/branding/Makefile
+++ b/desktop/branding/Makefile
@@ -27,11 +27,11 @@
SRCDIR := $(realpath $(dir $(firstword $(MAKEFILE_LIST)))/../..)
-ifndef ABOUT_BITMAP
+ifeq ($(strip $(ABOUT_BITMAP)),)
ABOUT_BITMAP := $(SRCDIR)/default_images/brand/about.png
endif
-ifndef INTRO_BITMAP
+ifeq ($(strip $(INTRO_BITMAP)),)
INTRO_BITMAP := $(SRCDIR)/default_images/brand/intro.png
endif