You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/cppdb/metadata.xml

15 lines
793 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!--maintainer-needed-->
<use>
<flag name="mysql_internal">Don't build a separate mysql loadable module but rather build it into the cppdb library itself</flag>
<flag name="odbc_internal">Don't build a separate postgresql loadable module but rather build it into the cppdb library itself</flag>
<flag name="postgres_internal">Don't build a separate odbc loadable module but rather build it into the cppdb library itself</flag>
<flag name="sqlite_internal">Don't build a separate sqlite3 loadable module but rather build it into the cppdb library itself</flag>
</use>
<upstream>
<remote-id type="sourceforge">cppcms</remote-id>
</upstream>
</pkgmetadata>