diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-22 17:59:46 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-22 18:18:32 +0000 |
commit | 429902e38ba9fefa267fae561e736bff8e94d2ec (patch) | |
tree | 4a17a70feccbbd9bf973b2b8d19aa597077149c0 /solenv | |
parent | 90152f771da5c39faacf19753d4255716dd7a5d9 (diff) |
drop imglst
Change-Id: Iff88349acf3fc0f474cff0a882346a6d8496aec1
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/doc/gbuild/solenv/gbuild/alllangres.mk | 2 | ||||
-rw-r--r-- | solenv/gbuild/AllLangResTarget.mk | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/solenv/doc/gbuild/solenv/gbuild/alllangres.mk b/solenv/doc/gbuild/solenv/gbuild/alllangres.mk index 980880d3b6c8..45482a92420d 100644 --- a/solenv/doc/gbuild/solenv/gbuild/alllangres.mk +++ b/solenv/doc/gbuild/solenv/gbuild/alllangres.mk @@ -93,7 +93,7 @@ namespace gb public: AllLangResTarget(String name); /// Sets the location where resources are to be found. reslocation is a path relative to the icon-themes/galaxy directory. - /// Resources will be found in reslocation itself and in the subdirectories res/ and imglst/ of it and again in subdirectories + /// Resources will be found in reslocation itself and in the subdirectories res/ of it and again in subdirectories /// of those named as the language of the processed resource. In addition, resources are found in the res/ directory directly /// below icon-themes/galaxy and the subdirectory of it named as the language of the processed resource. void set_reslocation(Path reslocation); diff --git a/solenv/gbuild/AllLangResTarget.mk b/solenv/gbuild/AllLangResTarget.mk index 3462a54b586c..379b854ca4cd 100644 --- a/solenv/gbuild/AllLangResTarget.mk +++ b/solenv/gbuild/AllLangResTarget.mk @@ -257,8 +257,6 @@ $(call gb_ResTarget_get_target,%) : $(gb_Helper_MISCDUMMY) \ -lg$(LANGUAGE) \ -fs=$@ \ -lip=$(gb_ResTarget_DEFIMAGESLOCATION)$(RESLOCATION)/$(LIBRARY) \ - -lip=$(gb_ResTarget_DEFIMAGESLOCATION)$(RESLOCATION)/imglst/$(LANGUAGE) \ - -lip=$(gb_ResTarget_DEFIMAGESLOCATION)$(RESLOCATION)/imglst \ -lip=$(gb_ResTarget_DEFIMAGESLOCATION)$(RESLOCATION)/res/$(LANGUAGE) \ -lip=$(gb_ResTarget_DEFIMAGESLOCATION)$(RESLOCATION)/res \ -lip=$(gb_ResTarget_DEFIMAGESLOCATION)$(RESLOCATION) \ |