All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/pugixml: Enable host build
@ 2019-04-01 16:21 Bernd Kuhls
  2019-04-01 16:21 ` [Buildroot] [PATCH 2/3] package/pugixml: enable install of pugixml.pc Bernd Kuhls
  2019-04-01 16:21 ` [Buildroot] [PATCH 3/3] package/waylandpp: bump version to 0.2.5 Bernd Kuhls
  0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2019-04-01 16:21 UTC (permalink / raw)
  To: buildroot

Needed for host-waylandpp >= 0.2.5
https://github.com/NilsBrause/waylandpp/commit/433ce65b681c27d54e1e6b9a602f1c8291aabd54

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/pugixml/pugixml.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/pugixml/pugixml.mk b/package/pugixml/pugixml.mk
index 8edaddd827..6f214c4de8 100644
--- a/package/pugixml/pugixml.mk
+++ b/package/pugixml/pugixml.mk
@@ -31,3 +31,4 @@ PUGIXML_CONF_OPTS += -DBUILD_DEFINES="$(subst $(space),;,$(PUGIXML_BUILD_DEFINES
 endif
 
 $(eval $(cmake-package))
+$(eval $(host-cmake-package))
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-04-01 20:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-01 16:21 [Buildroot] [PATCH 1/3] package/pugixml: Enable host build Bernd Kuhls
2019-04-01 16:21 ` [Buildroot] [PATCH 2/3] package/pugixml: enable install of pugixml.pc Bernd Kuhls
2019-04-01 20:42   ` Thomas Petazzoni
2019-04-01 16:21 ` [Buildroot] [PATCH 3/3] package/waylandpp: bump version to 0.2.5 Bernd Kuhls

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.