diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-11-23 00:13:32 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2021-11-23 00:13:32 -0500 |
commit | baad25e39733dfc3dd310198fdcced00ffbef68b (patch) | |
tree | 44271dd04b75caf530de916a365355b24ff51ac2 /system/runtime/moz.build | |
parent | 224fd95620902d0adcc42d1a6002b468a8ad59a2 (diff) | |
download | aura-central-baad25e39733dfc3dd310198fdcced00ffbef68b.tar.gz |
Issue %3005 - Move widget/ to system/interface
Diffstat (limited to 'system/runtime/moz.build')
-rw-r--r-- | system/runtime/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/runtime/moz.build b/system/runtime/moz.build index 41560fc3c..a14248287 100644 --- a/system/runtime/moz.build +++ b/system/runtime/moz.build @@ -114,7 +114,7 @@ LOCAL_INCLUDES += [ if CONFIG['MOZ_ENABLE_XREMOTE']: LOCAL_INCLUDES += [ - '/widget/xremoteclient', + '/system/interface/xremoteclient', ] CXXFLAGS += CONFIG['TK_CFLAGS'] |