Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 108932 | Differences between
and this patch

Collapse All | Expand All

(-)qtstalker-orig/qtstalker.pro (-10 lines)
Lines 21-36 Link Here
21
SUBDIRS += plugins/quote/QtstalkerFormat
21
SUBDIRS += plugins/quote/QtstalkerFormat
22
SUBDIRS += plugins/quote/Yahoo
22
SUBDIRS += plugins/quote/Yahoo
23
23
24
#linux: conditional compile if user has mysql installed
25
unix:linux-g++:exists(/usr/include/mysql/mysql.h){
26
  SUBDIRS += plugins/quote/MySQL
27
}
28
29
#freebsd: conditional compile if user has mysql installed
30
unix:freebsd-g++:exists(/usr/local/include/mysql/mysql.h){
31
  SUBDIRS += plugins/quote/MySQL
32
}
33
34
#compile indicator plugins
24
#compile indicator plugins
35
SUBDIRS += plugins/indicator/AD
25
SUBDIRS += plugins/indicator/AD
36
SUBDIRS += plugins/indicator/AdaptSTOCH
26
SUBDIRS += plugins/indicator/AdaptSTOCH

Return to bug 108932