Skip to content

Commit

Permalink
[sailfishos][configuration] Configure application as mobile/sailfisho…
Browse files Browse the repository at this point in the history
…s. JB#51366

toolkit/components/search/moz.build did contain Windows line-endings. In
order to avoid problems with patch apply this now handled in the git tree.
  • Loading branch information
rainemak committed Oct 19, 2020
1 parent bd56149 commit 40191c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions toolkit/components/search/moz.build
Expand Up @@ -11,8 +11,10 @@ EXTRA_COMPONENTS += [
'nsSearchSuggestions.js',
]

if CONFIG['MOZ_BUILD_APP'] in ['browser', 'mobile/android', 'xulrunner']:
DEFINES['HAVE_SIDEBAR'] = True
app = CONFIG['MOZ_BUILD_APP']

if app in ['browser', 'xulrunner'] or app.startswith('mobile/'):
DEFINES['HAVE_SIDEBAR'] = True
EXTRA_COMPONENTS += [
'nsSidebar.js',
]
Expand Down

0 comments on commit 40191c3

Please sign in to comment.