diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-06-11 14:11:24 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-06-11 14:11:53 +0100 |
commit | bda192b6f4f81cf3290672d896e7c09e7499288c (patch) | |
tree | a5e9b7a128f07d592891bb3da2227a614d345ac0 | |
parent | 3a678a9fb1702783d652cf8e2041350bad0543d3 (diff) |
fdo#50964 - fix presenter console artwork location
Change-Id: I6c550bace0f085630116c86fa19fd0562a10951f
-rw-r--r-- | sdext/Library_presenter.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/Library_presenter.mk b/sdext/Library_presenter.mk index 29dcde58954f..058d8be025fc 100644 --- a/sdext/Library_presenter.mk +++ b/sdext/Library_presenter.mk @@ -35,7 +35,7 @@ $(eval $(call gb_Library_use_api,PresenterScreen,\ )) $(eval $(call gb_Library_add_defs,PresenterScreen,\ - -DPRESENTER_IMPL_IDENTIFIER=\"com.sun.PresenterScreen-$(PLATFORMID)\" \ + -DPRESENTER_IMPL_IDENTIFIER=\"com.sun.PresenterScreen-$(sdext_PLATFORM)\" \ )) $(eval $(call gb_Library_use_libraries,PresenterScreen,\ |