fix build
Change-Id: I65476b98a58b749619003965c41cfe0f32ae2e13
This commit is contained in:
parent
b0926378ac
commit
477e26b9ab
26
external/libetonyek/0001-Comma-at-the-end-of-emum-list.patch.1
vendored
Normal file
26
external/libetonyek/0001-Comma-at-the-end-of-emum-list.patch.1
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
From c2065764ae0826409f1dd683e52b7ca65f092972 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Fridrich=20=C5=A0trba?= <fridrich.strba@bluewin.ch>
|
||||
Date: Fri, 6 Dec 2013 18:35:28 +0100
|
||||
Subject: [PATCH] Comma at the end of emum list
|
||||
|
||||
Change-Id: I1370488e5bf682e23a923f37c09e76081aee7493
|
||||
---
|
||||
src/lib/KEYEnum.h | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/lib/KEYEnum.h b/src/lib/KEYEnum.h
|
||||
index f0e027f..9e5e61f 100644
|
||||
--- a/src/lib/KEYEnum.h
|
||||
+++ b/src/lib/KEYEnum.h
|
||||
@@ -33,7 +33,7 @@ enum KEYCapitalization
|
||||
KEY_CAPITALIZATION_NONE,
|
||||
KEY_CAPITALIZATION_ALL_CAPS,
|
||||
KEY_CAPITALIZATION_SMALL_CAPS,
|
||||
- KEY_CAPITALIZATION_TITLE,
|
||||
+ KEY_CAPITALIZATION_TITLE
|
||||
};
|
||||
|
||||
}
|
||||
--
|
||||
1.8.4.2
|
||||
|
@ -11,4 +11,8 @@ $(eval $(call gb_UnpackedTarball_UnpackedTarball,libetonyek))
|
||||
|
||||
$(eval $(call gb_UnpackedTarball_set_tarball,libetonyek,$(ETONYEK_TARBALL)))
|
||||
|
||||
$(eval $(call gb_UnpackedTarball_add_patches,libetonyek,\
|
||||
external/libetonyek/0001-Comma-at-the-end-of-emum-list.patch.1 \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
Loading…
x
Reference in New Issue
Block a user