We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6458ea3 commit 4090947Copy full SHA for 4090947
include/wpe/wpe.h
@@ -40,10 +40,17 @@
40
#include "loader.h"
41
#include "pasteboard.h"
42
#include "renderer-host.h"
43
-#include "version.h"
44
-#include "version-deprecated.h"
45
#include "view-backend.h"
46
+/*
+ * The wpe/ prefix is needed for autogenerated headers to avoid
47
+ * breaking building libwpe as a Meson subproject, because headers
48
+ * in that case are uninstalled and will be picked from the directory
49
+ * where they are generated (instead of where they are installed.)
50
+ */
51
+#include "wpe/version.h"
52
+#include "wpe/version-deprecated.h"
53
+
54
#undef __WPE_H_INSIDE__
55
56
#endif /* __wpe_h__ */
0 commit comments