diff options
author | David Tardon <dtardon@redhat.com> | 2012-07-15 11:46:33 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-07-17 14:06:52 +0200 |
commit | 9aa61701999b7235bd76bf4261765150b7e20f32 (patch) | |
tree | fa33c6b19ffc961f5fa40e3338e1941657f532e8 /desktop | |
parent | 4b592ce754e578a347490341caecc1bc45f67242 (diff) |
move sysui to postprocess
The only thing that sysui exports that is used by another package are
application icons, used in desktop (windows build only). But since
gbuildification of desktop they are included directly from
$(SRCDIR)/sysui/desktop/icons instead of $(OUTDIR)/inc/icons, so the
dependency is no longer necessary.
Change-Id: I6fa3153d3793e785c1ed602c3e67c86cead2bae2
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/prj/build.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/prj/build.lst b/desktop/prj/build.lst index b86555c12df5..6ec807a45361 100644 --- a/desktop/prj/build.lst +++ b/desktop/prj/build.lst @@ -1,3 +1,3 @@ -dt desktop : TRANSLATIONS:translations sfx2 stoc BERKELEYDB:berkeleydb sysui BOOST:boost svx DESKTOP:xmlhelp sal salhelper unoil officecfg offapi filter LIBXSLT:libxslt NULL +dt desktop : TRANSLATIONS:translations sfx2 stoc BERKELEYDB:berkeleydb BOOST:boost svx DESKTOP:xmlhelp sal salhelper unoil officecfg offapi filter LIBXSLT:libxslt NULL dt desktop usr1 - all dt_mkout NULL dt desktop\prj nmake - all dt_prj NULL |