summaryrefslogtreecommitdiff
path: root/system/runtime/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-11-23 00:13:32 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-11-23 00:13:32 -0500
commitbaad25e39733dfc3dd310198fdcced00ffbef68b (patch)
tree44271dd04b75caf530de916a365355b24ff51ac2 /system/runtime/moz.build
parent224fd95620902d0adcc42d1a6002b468a8ad59a2 (diff)
downloadaura-central-baad25e39733dfc3dd310198fdcced00ffbef68b.tar.gz
Issue %3005 - Move widget/ to system/interface
Diffstat (limited to 'system/runtime/moz.build')
-rw-r--r--system/runtime/moz.build2
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']