8 lines
165 B
Makefile
8 lines
165 B
Makefile
|
packagekitgui = gnome-packagekit
|
||
|
firewallgui = gui-ufw
|
||
|
|
||
|
ifeq ($(ARCH),x86_64)
|
||
|
libbluetooth.so.3[][64bit] = libbluetooth4
|
||
|
else
|
||
|
libbluetooth.so.3 = libbluetooth4
|
||
|
endif
|