Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Backports:SLE-15
gcin
gcin-improve-build-with-pkgconfig.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gcin-improve-build-with-pkgconfig.patch of Package gcin
Index: gcin-2.8.5/qt5-im/Makefile =================================================================== --- gcin-2.8.5.orig/qt5-im/Makefile +++ gcin-2.8.5/qt5-im/Makefile @@ -3,11 +3,13 @@ QT=qt5 QTIM=$(QT)/plugins/platforminputcontexts IMMODULES=$(libdir)/$(DEB_BUILD_MULTIARCH)/$(QTIM) -INCS=-I../im-client -I/usr/include/X11 `pkg-config Qt5Core Qt5Gui Qt5PlatformSupport QtDBus --cflags` +INCS=-I../im-client -I/usr/include/X11 `pkg-config Qt5Core Qt5Gui Qt5DBus --cflags` MODVERSION=`pkg-config --modversion Qt5Gui` QTINC=`pkg-config --variable=includedir Qt5Gui` INCS+=-I$(QTINC)/QtGui/$(MODVERSION)/QtGui -#INCS+=-I/usr/include/i386-linux-gnu/qt5/QtGui/$(MODVERSION)/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui/$(MODVERSION)/QtGui +INCS+=-I$(QTINC)/QtGui/$(MODVERSION)/ +INCS+=-I$(QTINC)/QtGui/ +INCS+=-I$(QTINC)/QtCore/$(MODVERSION)/ CXXFLAGS=$(OPTFLAGS) $(INCS) -Wall -D_REENTRANT -DUNIX=1 -fPIC -DQT5 -DQT_SHARED -DQT_IMMODULE -DPIC -DDEBUG="0$(GCIN_DEBUG)" OBJS= moc_gcin-qt5.o gcin-qt5.o gcin-imcontext-qt5.o moc_qgcinplatforminputcontext.o @@ -22,10 +24,10 @@ all: $(GCIN_QT5) $(CXX) -E $(CFLAGS) $(INCS) $< > $@ moc_gcin-qt5.cpp: gcin-qt5.h - $(QT5_MOC) $< -o $@ + $(QT5_MOC) $(INCS) $< -o $@ moc_qgcinplatforminputcontext.cpp: qgcinplatforminputcontext.h - $(QT5_MOC) $< -o $@ + $(QT5_MOC) $(INCS) $< -o $@ $(GCIN_QT5): $(OBJS) export LD_RUN_PATH=$(gcinlibdir) ;\
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