Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
mysql-workbench
mysql-workbench-cmake-3.2.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mysql-workbench-cmake-3.2.patch of Package mysql-workbench
Index: mysql-workbench-community-6.3.7-src/CMakeLists.txt =================================================================== --- mysql-workbench-community-6.3.7-src.orig/CMakeLists.txt +++ mysql-workbench-community-6.3.7-src/CMakeLists.txt @@ -117,6 +117,7 @@ find_package(LibXml2 REQUIRED) find_package(OpenGL REQUIRED) +find_package(X11 REQUIRED) find_package(CTemplate 2.2 REQUIRED) find_package(MySQLCppConn REQUIRED) Index: mysql-workbench-community-6.3.7-src/frontend/linux/workbench/CMakeLists.txt =================================================================== --- mysql-workbench-community-6.3.7-src.orig/frontend/linux/workbench/CMakeLists.txt +++ mysql-workbench-community-6.3.7-src/frontend/linux/workbench/CMakeLists.txt @@ -50,6 +50,7 @@ include_directories(. ${GRT_INCLUDE_DIRS} ${GNOME_KEYRING_INCLUDE_DIRS} ${VSQLITE_INCLUDE_DIRS} + ${X11_INCLUDE_DIR} ) #link_directories(${PROJECT_BINARY_DIR}/mysqlcppconnector/lib ${PROJECT_BINARY_DIR}/antlr-wb) @@ -118,6 +119,7 @@ target_link_libraries(mysql-workbench-bi ${MySQL_LIBRARIES} ${SQLITE3_LIBRARIES} ${GNOME_KEYRING_LIBRARIES} + ${X11_INCLUDE_DIR} ) if(COMMAND cotire)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor