diff options
author | Hyotaek, Shim <hyotaek.shim@samsung.com> | 2015-12-16 15:27:54 +0900 |
---|---|---|
committer | Hyotaek, Shim <hyotaek.shim@samsung.com> | 2015-12-16 15:34:20 +0900 |
commit | 197db0df78e0a9f82df4162885854f99ff749505 (patch) | |
tree | fdf19cf51dfee7142ccbf2eea6ff5a64c373e731 /packaging | |
parent | 771f5155c9a393a242329988d56661a51fc04e6c (diff) | |
download | dbus-197db0df78e0a9f82df4162885854f99ff749505.tar.gz dbus-197db0df78e0a9f82df4162885854f99ff749505.tar.bz2 dbus-197db0df78e0a9f82df4162885854f99ff749505.zip |
Revert "Add kdbus transport"submit/tizen_common/20151229.154718submit/tizen_common/20151229.144031submit/tizen/20151216.111722accepted/tizen/wearable/20151217.022613accepted/tizen/tv/20151217.022431accepted/tizen/mobile/20151217.022738
This reverts commit 771f5155c9a393a242329988d56661a51fc04e6c.
Change-Id: I73b6adc6b76b63e972f7228c88c18dabda81b006
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/dbus-x11.spec | 4 | ||||
-rw-r--r-- | packaging/dbus.spec | 5 | ||||
-rw-r--r-- | packaging/libdbus.spec | 5 |
3 files changed, 0 insertions, 14 deletions
diff --git a/packaging/dbus-x11.spec b/packaging/dbus-x11.spec index b63ee7f9..e77c13e4 100644 --- a/packaging/dbus-x11.spec +++ b/packaging/dbus-x11.spec @@ -1,5 +1,4 @@ %bcond_with x -%bcond_with kdbus Name: dbus-x11 %define _name dbus @@ -76,9 +75,6 @@ export V=1 %if %{with_systemd} --enable-systemd \ %endif -%if %{with kdbus} - --enable-kdbus-transport \ -%endif --with-console-auth-dir=/var/run/dbus/at_console/ \ --with-systemdsystemunitdir=%{_unitdir} \ --enable-smack diff --git a/packaging/dbus.spec b/packaging/dbus.spec index 2919332b..860d70c3 100644 --- a/packaging/dbus.spec +++ b/packaging/dbus.spec @@ -1,7 +1,5 @@ %define dbus_user_uid 81 -%bcond_with kdbus - Name: dbus Url: http://dbus.freedesktop.org/ Summary: D-Bus Message Bus System @@ -92,9 +90,6 @@ export V=1 %if %{with_systemd} --enable-systemd \ %endif -%if %{with kdbus} - --enable-kdbus-transport \ -%endif --with-console-auth-dir=/var/run/dbus/at_console/ \ --with-systemdsystemunitdir=%{_unitdir} \ --enable-smack \ diff --git a/packaging/libdbus.spec b/packaging/libdbus.spec index 0494b8cc..26604810 100644 --- a/packaging/libdbus.spec +++ b/packaging/libdbus.spec @@ -1,5 +1,3 @@ -%bcond_with kdbus - Name: libdbus Url: http://dbus.freedesktop.org/ Summary: Library package for D-Bus @@ -70,9 +68,6 @@ export V=1 --enable-inotify \ --with-console-auth-dir=/var/run/dbus/at_console/ \ --with-systemdsystemunitdir=%{_unitdir} \ -%if %{with kdbus} - --enable-kdbus-transport \ -%endif --enable-smack make %{?_smp_mflags} -C dbus libdbus-1.la |