summaryrefslogtreecommitdiff
path: root/mysqlcppconn
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-03-02 19:08:00 +0100
committerDavid Tardon <dtardon@redhat.com>2013-03-03 09:28:28 +0100
commit1c2d1ad13e915c8083ad9f63380afb5e094f472b (patch)
tree2f556ebf462f278868ea4f79b17905e9756877d9 /mysqlcppconn
parent75a4790677d2960f50c13ceeb7c911342cde404d (diff)
add missing dep on sal/types.h
Change-Id: Ica6ac0c2d52e1183213798eaecc491de8bc98167
Diffstat (limited to 'mysqlcppconn')
-rw-r--r--mysqlcppconn/Library_mysqlcppconn.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysqlcppconn/Library_mysqlcppconn.mk b/mysqlcppconn/Library_mysqlcppconn.mk
index f71e3a362dff..7d932da9742b 100644
--- a/mysqlcppconn/Library_mysqlcppconn.mk
+++ b/mysqlcppconn/Library_mysqlcppconn.mk
@@ -11,6 +11,11 @@ $(eval $(call gb_Library_Library,mysqlcppconn))
$(eval $(call gb_Library_use_unpacked,mysqlcppconn,mysqlcppconn))
+$(eval $(call gb_Library_use_packages,mysqlcppconn,\
+ sal_generated \
+ sal_odk_headers \
+))
+
$(eval $(call gb_Library_use_externals,mysqlcppconn, \
mysql \
boost_headers \