Skip to content

Commit 41ed7b6

Browse files
committed
fix(eui-neo): restore native platform include layout
1 parent f167f78 commit 41ed7b6

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

pkgs/e/compat.eui-neo.lua

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ package = {
137137
-- `*/include` carries the umbrella `eui_neo.h` and `eui/*.h`; `*` is the
138138
-- verdir root, which is what makes the `"components/…"`, `"core/…"` and
139139
-- `"3rd/stb_image.h"` quoted includes resolve. Upstream marks both PUBLIC.
140-
include_dirs = { "*/include", "*", "*/", "mcpp_generated/include", "mcpp_generated" },
140+
include_dirs = { "*/include", "*", "mcpp_generated" },
141141

142142
-- mcpp#233/#240: every package in a link emits its objects into ONE
143143
-- flat obj/ dir keyed by source basename. Upstream's
@@ -171,14 +171,6 @@ package = {
171171
#if defined(MCPP_FEATURE_SDL2)
172172
# define EUI_WINDOW_BACKEND_SDL2 1
173173
#endif
174-
]==],
175-
["mcpp_generated/include/core/platform/platform.h"] = [==[
176-
/* Forward the upstream quoted include through the generated include root. */
177-
#include "../../../../core/platform/platform.h"
178-
]==],
179-
["mcpp_generated/include/core/window/window_backend.h"] = [==[
180-
/* Keep nested quoted includes rooted at the generated include directory. */
181-
#include "../../../../core/window/window_backend.h"
182174
]==],
183175
["mcpp_generated/eui_neo_platform_tu.cpp"] = [==[
184176
/* Uniquely named forwarding TU — see the mcpp#233 note in the descriptor. */
@@ -471,7 +463,6 @@ package = {
471463
},
472464

473465
linux = {
474-
deps = { ["xim.glib"] = "2.80.0" },
475466
-- The SNI backend exists only in 0.5.7. Keep this platform block
476467
-- version-scoped at the package boundary rather than changing all
477468
-- older published EUI-NEO builds.

0 commit comments

Comments
 (0)