Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
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.4-src/CMakeLists.txt =================================================================== --- mysql-workbench-community-6.3.4-src.orig/CMakeLists.txt +++ mysql-workbench-community-6.3.4-src/CMakeLists.txt @@ -77,6 +77,7 @@ endif() find_package(LibXml2 REQUIRED) find_package(OpenGL REQUIRED) +find_package(X11 REQUIRED) find_package(CTemplate) find_package(MySQLCppConn REQUIRED) Index: mysql-workbench-community-6.3.4-src/frontend/linux/workbench/CMakeLists.txt =================================================================== --- mysql-workbench-community-6.3.4-src.orig/frontend/linux/workbench/CMakeLists.txt +++ mysql-workbench-community-6.3.4-src/frontend/linux/workbench/CMakeLists.txt @@ -50,6 +50,7 @@ include_directories(. ${MYSQLCPPCONN_INCLUDE_DIRS} ${GRT_INCLUDE_DIRS} ${GNOME_KEYRING_INCLUDE_DIRS} + ${X11_INCLUDE_DIR} ) #link_directories(${PROJECT_BINARY_DIR}/mysqlcppconnector/lib ${PROJECT_BINARY_DIR}/antlr-wb) @@ -103,6 +104,7 @@ target_link_libraries(mysql-workbench-bi ${MYSQL_LIBRARIES} ${SQLITE3_LIBRARIES} ${GNOME_KEYRING_LIBRARIES} + ${X11_LIBRARIES} ) install(TARGETS mysql-workbench-bin DESTINATION ${WB_INSTALL_DIR_EXECUTABLE})
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