diff options
| author | yurybura <yurybura@gmail.com> | 2020-06-11 03:52:14 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-10 17:52:14 -0700 |
| commit | f9c7bf832b96a1a6bfdf7017c718a96bc1637bbe (patch) | |
| tree | e4d2f1f7215123f9882d803a4f2a4bf367447d53 /ports/sqlpp11-connector-mysql | |
| parent | 8f34b4bccf636eb3118de94ccb9237076fef840f (diff) | |
| download | vcpkg-f9c7bf832b96a1a6bfdf7017c718a96bc1637bbe.tar.gz vcpkg-f9c7bf832b96a1a6bfdf7017c718a96bc1637bbe.zip | |
[sqlpp11] update to v0.59 (#11771)
* [sqlpp11] update to v0.59
[sqlpp11-connector-mysql] support MySQL connector
* [cpp-taskflow][fastrtps] update hashes to fix ci
* revert "[cpp-taskflow][fastrtps] update hashes to fix ci"
* [sqlpp11] add homepage
Diffstat (limited to 'ports/sqlpp11-connector-mysql')
| -rw-r--r-- | ports/sqlpp11-connector-mysql/CONTROL | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/ports/sqlpp11-connector-mysql/CONTROL b/ports/sqlpp11-connector-mysql/CONTROL index 9b3115fc1..cfed369d4 100644 --- a/ports/sqlpp11-connector-mysql/CONTROL +++ b/ports/sqlpp11-connector-mysql/CONTROL @@ -1,5 +1,14 @@ Source: sqlpp11-connector-mysql
-Version: 0.29
-Description: A C++ wrapper for MySQL meant to be used in combination with sqlpp11.
-Build-Depends: date, libmariadb, sqlpp11
+Version: 0.29-1
Homepage: https://github.com/rbock/sqlpp11-connector-mysql
+Description: A C++ wrapper for MySQL meant to be used in combination with sqlpp11.
+Build-Depends: date, sqlpp11
+Default-Features: mariadb
+
+Feature: mariadb
+Description: Use MariaDB connector
+Build-Depends: libmariadb
+
+Feature: mysql
+Description: Use MySQL connector
+Build-Depends: libmysql
|
