mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Don't build GMP-clearkey when not building EME.
This commit is contained in:
parent
297f13362a
commit
cae1c0318b
2 changed files with 7 additions and 1 deletions
|
|
@ -825,8 +825,10 @@ bin/libfreebl_32int64_3.so
|
|||
|
||||
|
||||
; media
|
||||
#ifdef MOZ_EME
|
||||
@RESPATH@/gmp-clearkey/0.1/@DLL_PREFIX@clearkey@DLL_SUFFIX@
|
||||
@RESPATH@/gmp-clearkey/0.1/clearkey.info
|
||||
#endif
|
||||
|
||||
; gfx
|
||||
#ifdef XP_WIN
|
||||
|
|
|
|||
|
|
@ -167,9 +167,13 @@ if CONFIG['ENABLE_MARIONETTE'] or CONFIG['MOZ_WIDGET_TOOLKIT'] not in ('gonk', '
|
|||
|
||||
DIRS += [
|
||||
'/tools/quitter',
|
||||
'/media/gmp-clearkey/0.1',
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_EME']:
|
||||
DIRS += [
|
||||
'/media/gmp-clearkey/0.1',
|
||||
]
|
||||
|
||||
if CONFIG['ENABLE_TESTS']:
|
||||
DIRS += [
|
||||
'/testing/mochitest',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue