summaryrefslogtreecommitdiff
path: root/net-im/libcommuni/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-11-18 09:38:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-11-18 09:38:27 +0000
commit536c3711867ec947c1738f2c4b96f22e4863322d (patch)
tree697733f5cb713908dcf378e13fd15a798a906a91 /net-im/libcommuni/files
parentf65628136faa35d0c4d3b5e7332275c7b35fcd96 (diff)
gentoo resync : 18.11.2018
Diffstat (limited to 'net-im/libcommuni/files')
-rw-r--r--net-im/libcommuni/files/uchardet.pri17
1 files changed, 0 insertions, 17 deletions
diff --git a/net-im/libcommuni/files/uchardet.pri b/net-im/libcommuni/files/uchardet.pri
deleted file mode 100644
index d22393b76d26..000000000000
--- a/net-im/libcommuni/files/uchardet.pri
+++ /dev/null
@@ -1,17 +0,0 @@
-######################################################################
-# Communi
-######################################################################
-
-include(../pkg.pri)
-
-pkgExists(uchardet) {
- CONFIG += link_pkgconfig
- PKGCONFIG += uchardet
-}
-
-isEmpty(PKGCONFIG) {
- error("UChardet support has been enabled, but the UChardet installation has not been found. Did you emerged app-i18n/uchardet?")
-} else {
- LIBS += -luchardet
- INCPATH += -isystem /usr/include/uchardet
-}