Skip to content

Commit

Permalink
Add MySQL/MariaDB as a ROOT system dep on CC7 (#692)
Browse files Browse the repository at this point in the history
Enables building of MySQL ROOT classes.
  • Loading branch information
dberzano committed Apr 26, 2017
1 parent d00bc3a commit 3394b38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mysql.sh
@@ -0,0 +1,7 @@
package: MySQL
version: "1.0"
system_requirement_missing: "Please install the MySQL/MariaDB development package."
system_requirement: ".*"
system_requirement_check: |
printf "#include <mysql.h>\n" | cc -xc - `mysql_config --include` -c -o /dev/null
---
1 change: 1 addition & 0 deletions root.sh
Expand Up @@ -8,6 +8,7 @@ requires:
- opengl:(?!osx)
- Xdevel:(?!osx)
- FreeType:(?!osx)
- "MySQL:slc7.*"
build_requires:
- CMake
env:
Expand Down

0 comments on commit 3394b38

Please sign in to comment.