it seems kde 4.10 does not yet use udisks2
With udisks1, I do see my usb/cardreader drives. With udisks2, I don't. So this probably needs to be configured at build-time. As udisks1 does work, I don't care all that much.
This commit is contained in:
parent
6a4350b68f
commit
0c15d386cb
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ kde {
|
|||
"-DHUPNP_ENABLED=ON"
|
||||
];
|
||||
|
||||
passthru.wantsUdisks2 = true;
|
||||
passthru.wantsUdisks2 = false;
|
||||
|
||||
meta = {
|
||||
description = "KDE libraries";
|
||||
|
|
Loading…
Reference in a new issue