Skip to content

Commit

Permalink
Bug 1833855 [Linux] Build mozva (VA-API library wrapper) on Linux/Gtk…
Browse files Browse the repository at this point in the history
… r=alwu

Differential Revision: https://phabricator.services.mozilla.com/D178637
  • Loading branch information
stransky committed Jun 22, 2023
1 parent 0ad4303 commit 3c37cb4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions toolkit/toolkit.mozbuild
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ DIRS += [

if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk':
DIRS += [
'/media/mozva',
'/toolkit/system/gnome',
]

Expand Down Expand Up @@ -187,6 +188,3 @@ if CONFIG['ENABLE_TESTS']:
if CONFIG['FUZZING']:
DIRS += ['/tools/fuzzing']

if CONFIG['MOZ_WAYLAND']:
DIRS += ['/media/mozva']

0 comments on commit 3c37cb4

Please sign in to comment.