Skip to content

Commit

Permalink
Merge branch 'next' of github.com:nemomobile/dsme into next
Browse files Browse the repository at this point in the history
  • Loading branch information
Pekka Lundstrom committed Feb 20, 2014
2 parents 9106863 + d1e6f73 commit 436ac5f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dsme/dsme-server.c
Expand Up @@ -261,8 +261,6 @@ int main(int argc, char *argv[])
fprintf(stderr, ME "Couldn't set dynamic priority: %s\n", strerror(errno));
}

g_thread_init(0); /* notice that this spawns a thread */

parse_options(argc, argv, &module_names);

if (!module_names) {
Expand Down
2 changes: 1 addition & 1 deletion rpm/dsme.service
@@ -1,7 +1,7 @@
[Unit]
Description=DSME
DefaultDependencies=no
After=local-fs.target syslog.target usb-moded.service
After=local-fs.target usb-moded.service
Conflicts=shutdown.target

[Service]
Expand Down
2 changes: 1 addition & 1 deletion rpm/dsme.spec
Expand Up @@ -13,7 +13,7 @@ Requires: statefs
Requires(preun): systemd
Requires(post): systemd
Requires(postun): systemd
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(libiphb)
Expand Down

0 comments on commit 436ac5f

Please sign in to comment.