All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit branch/2020.05.x] package/cegui: fix indentation
@ 2020-08-13 17:02 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2020-08-13 17:02 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=a9bc1a2b8888f41485c27868fd8cd33bd7bf429c
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2020.05.x

No functional changes, only whitespace changes.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 4aa8f5efd9faa416f20877affa153eb1a543cb5e)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/cegui/cegui.mk | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/cegui/cegui.mk b/package/cegui/cegui.mk
index 12b2712f33..23919e0151 100644
--- a/package/cegui/cegui.mk
+++ b/package/cegui/cegui.mk
@@ -10,13 +10,13 @@ CEGUI_LICENSE = MIT
 CEGUI_LICENSE_FILES = COPYING
 CEGUI_INSTALL_STAGING = YES
 CEGUI_CONF_OPTS += -DCEGUI_BUILD_XMLPARSER_XERCES=OFF \
-		   -DCEGUI_HAS_MINIZIP_RESOURCE_PROVIDER=OFF \
-		   -DCEGUI_BUILD_RENDERER_OGRE=OFF
+	-DCEGUI_HAS_MINIZIP_RESOURCE_PROVIDER=OFF \
+	-DCEGUI_BUILD_RENDERER_OGRE=OFF
 CEGUI_DEPENDENCIES = glm \
-		$(if $(BR2_PACKAGE_LIBGLFW),libglfw) \
-		$(if $(BR2_PACKAGE_HAS_LIBGL),libgl) \
-		$(if $(BR2_PACKAGE_HAS_LIBGLES),libgles) \
-		$(if $(BR2_PACKAGE_LIBICONV),libiconv)
+	$(if $(BR2_PACKAGE_LIBGLFW),libglfw) \
+	$(if $(BR2_PACKAGE_HAS_LIBGL),libgl) \
+	$(if $(BR2_PACKAGE_HAS_LIBGLES),libgles) \
+	$(if $(BR2_PACKAGE_LIBICONV),libiconv)
 
 # libepoxy support cannot be enabled together with libglew
 ifeq ($(BR2_PACKAGE_LIBGLEW)$(BR2_PACKAGE_LIBGLU),yy)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-13 17:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-13 17:02 [Buildroot] [git commit branch/2020.05.x] package/cegui: fix indentation Peter Korsgaard

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.